Color Hex Logo

#cbd472 Color Hex

#CBD472
(203,212,114)
0 Favorites   0 Comments

Color spaces of #cbd472

RGB 203212114
HSL0.180.530.64
HSV66°46°83°
CMYK 0.040.000.46   0.17
XYZ51.209360.998424.9944
Yxy60.99840.37320.4446
Hunter Lab78.1015-19.639335.6968
CIE-Lab82.3779-17.187147.1580

#cbd472 color RGB value is (203,212,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010100 01110010
Octal 313 324 162
Decimal 203 212 114
Hex CB D4 72

RGB Percentages of Color #cbd472

%38.37
%40.08
%21.55

CMYK Percentages of Color #cbd472

%4
%0
%46
%17

Triadic Colors of #cbd472

#cbd472 #72cbd4 #d472cb

Analogous Colors of #cbd472

#cbd472 #9ad472 #d4ac72

Monochromatic Colors of #cbd472

#cbd472

Complementary Color

#cbd472 #7b72d4

#cbd472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd472 Color CSS Codes

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

#cbd472 Text Font Color

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

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


#cbd472 Background Color

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

This div background color is #cbd472


#cbd472 Border Color

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

This div border color is #cbd472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd472


Comments

No comments written yet.

Please login to write comment.