Color Hex Logo

#cbd477 Color Hex

#CBD477
(203,212,119)
0 Favorites   0 Comments

Color spaces of #cbd477

RGB 203212119
HSL0.180.520.65
HSV66°44°83°
CMYK 0.040.000.44   0.17
XYZ51.501961.115426.5348
Yxy61.11540.37010.4392
Hunter Lab78.1763-19.214334.5991
CIE-Lab82.4407-16.684744.8006

#cbd477 color RGB value is (203,212,119).

#cbd477 hex color red value is 203, green value is 212 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #cbd477 hue: 0.18 , saturation: 0.52 and the lightness value of cbd477 is 0.65.

The process color (four color CMYK) of #cbd477 color hex is 0.04, 0.00, 0.44, 0.17. Web safe color of #cbd477 is #cccc66. Color #cbd477 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 01110111
Octal 313 324 167
Decimal 203 212 119
Hex CB D4 77

RGB Percentages of Color #cbd477

%38.01
%39.70
%22.28

CMYK Percentages of Color #cbd477

%4
%0
%44
%17

Triadic Colors of #cbd477

#cbd477 #77cbd4 #d477cb

Analogous Colors of #cbd477

#cbd477 #9dd477 #d4af77

Monochromatic Colors of #cbd477

#cbd477

Complementary Color

#cbd477 #8077d4

#cbd477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd477 Color CSS Codes

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

#cbd477 Text Font Color

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

This sample text font color is #cbd477
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.


#cbd477 Background Color

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

This div background color is #cbd477


#cbd477 Border Color

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

This div border color is #cbd477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd477


Comments

No comments written yet.

Please login to write comment.