color codes Logo

#cbda4d color codes

#CBDA4D
(203,218,77)
0 Favorites   0 Comments

Color spaces of #cbda4d

RGB 20321877
HSL0.180.660.58
HSV66°65°85°
CMYK 0.070.000.65   0.15
XYZ51.039663.375116.5637
Yxy63.37510.38970.4839
Hunter Lab79.6085-24.872743.3898
CIE-Lab83.6393-23.074465.0269

#cbda4d color RGB value is (203,218,77).

#cbda4d hex color red value is 203, green value is 218 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cbda4d hue: 0.18 , saturation: 0.66 and the lightness value of cbda4d is 0.58.

The process color (four color CMYK) of #cbda4d color code is 0.07, 0.00, 0.65, 0.15. Web safe color of #cbda4d is #cccc66. Color #cbda4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 01001101
Octal 313 332 115
Decimal 203 218 77
Hex CB DA 4D

RGB Percentages of Color #cbda4d

%40.76
%43.78
%15.46

CMYK Percentages of Color #cbda4d

%7
%0
%65
%15

Triadic Colors of #cbda4d

#cbda4d #4dcbda #da4dcb

Analogous Colors of #cbda4d

#cbda4d #85da4d #daa34d

Monochromatic Colors of #cbda4d

#cbda4d

Complementary Color

#cbda4d #5c4dda

#cbda4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda4d Color CSS Codes

.mybgcolor {background-color:#cbda4d; } 
.myforecolor {color:#cbda4d; }
.mybordercolor {border:3px solid #cbda4d; }

#cbda4d Text Font Color

<p style="color:#cbda4d">Text here</p>

This sample text font color is #cbda4d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cbda4d Background Color

<div style="background-color:#cbda4d">
Div content here</div>

This div background color is #cbda4d


#cbda4d Border Color

<div style="border:3px solid #cbda4d">
Div here</div>

This div border color is #cbda4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,218,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbda4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbda4d;
  -webkit-box-shadow: 1px 1px 3px 2px #cbda4d;
  box-shadow:         1px 1px 3px 2px #cbda4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,218,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbda4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbda4d;
  -webkit-box-shadow: 1px 1px 3px 2px #cbda4d;
  box-shadow:         1px 1px 3px 2px #cbda4d;">
Div content here</div>

This div box has shadow with color #cbda4d


Comments

No comments written yet.

Please login to write comment.