Color Hex Logo

#ceeb72 Color Hex

#CEEB72
(206,235,114)
0 Favorites   0 Comments

Color spaces of #ceeb72

RGB 206235114
HSL0.210.750.68
HSV74°51°92°
CMYK 0.120.000.51   0.08
XYZ58.199273.753427.0880
Yxy73.75340.36590.4637
Hunter Lab85.8798-29.323441.4148
CIE-Lab88.8058-27.165954.9127

#ceeb72 color RGB value is (206,235,114).

#ceeb72 hex color red value is 206, green value is 235 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ceeb72 hue: 0.21 , saturation: 0.75 and the lightness value of ceeb72 is 0.68.

The process color (four color CMYK) of #ceeb72 color hex is 0.12, 0.00, 0.51, 0.08. Web safe color of #ceeb72 is #ccff66. Color #ceeb72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 01110010
Octal 316 353 162
Decimal 206 235 114
Hex CE EB 72

RGB Percentages of Color #ceeb72

%37.12
%42.34
%20.54

CMYK Percentages of Color #ceeb72

%12
%0
%51
%8

Triadic Colors of #ceeb72

#ceeb72 #72ceeb #eb72ce

Analogous Colors of #ceeb72

#ceeb72 #92eb72 #ebcc72

Monochromatic Colors of #ceeb72

#ceeb72

Complementary Color

#ceeb72 #8f72eb

#ceeb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeb72 Color CSS Codes

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

#ceeb72 Text Font Color

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

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


#ceeb72 Background Color

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

This div background color is #ceeb72


#ceeb72 Border Color

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

This div border color is #ceeb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeb72


Comments

No comments written yet.

Please login to write comment.