Color Hex Logo

#cbd072 Color Hex

#CBD072
(203,208,114)
0 Favorites   0 Comments

Color spaces of #cbd072

RGB 203208114
HSL0.180.500.63
HSV63°45°82°
CMYK 0.020.000.45   0.18
XYZ50.221759.023224.6652
Yxy59.02320.37500.4408
Hunter Lab76.8266-17.760634.7435
CIE-Lab81.3043-15.192345.8471

#cbd072 color RGB value is (203,208,114).

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

The process color (four color CMYK) of #cbd072 color hex is 0.02, 0.00, 0.45, 0.18. Web safe color of #cbd072 is #cccc66. Color #cbd072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 01110010
Octal 313 320 162
Decimal 203 208 114
Hex CB D0 72

RGB Percentages of Color #cbd072

%38.67
%39.62
%21.71

CMYK Percentages of Color #cbd072

%2
%0
%45
%18

Triadic Colors of #cbd072

#cbd072 #72cbd0 #d072cb

Analogous Colors of #cbd072

#cbd072 #9cd072 #d0a672

Monochromatic Colors of #cbd072

#cbd072

Complementary Color

#cbd072 #7772d0

#cbd072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd072 Color CSS Codes

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

#cbd072 Text Font Color

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

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


#cbd072 Background Color

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

This div background color is #cbd072


#cbd072 Border Color

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

This div border color is #cbd072


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,208,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 #cbd072">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd072


Comments

No comments written yet.

Please login to write comment.