Color Hex Logo

#ceeb7c Color Hex

#CEEB7C
(206,235,124)
0 Favorites   0 Comments

Color spaces of #ceeb7c

RGB 206235124
HSL0.210.740.70
HSV76°47°92°
CMYK 0.120.000.47   0.08
XYZ58.800073.993730.2519
Yxy73.99370.36060.4538
Hunter Lab86.0196-28.517939.3622
CIE-Lab88.9195-26.200050.3906

#ceeb7c color RGB value is (206,235,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 01111100
Octal 316 353 174
Decimal 206 235 124
Hex CE EB 7C

RGB Percentages of Color #ceeb7c

%36.46
%41.59
%21.95

CMYK Percentages of Color #ceeb7c

%12
%0
%47
%8

Triadic Colors of #ceeb7c

#ceeb7c #7cceeb #eb7cce

Analogous Colors of #ceeb7c

#ceeb7c #97eb7c #ebd17c

Monochromatic Colors of #ceeb7c

#ceeb7c

Complementary Color

#ceeb7c #997ceb

#ceeb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeb7c Color CSS Codes

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

#ceeb7c Text Font Color

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

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


#ceeb7c Background Color

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

This div background color is #ceeb7c


#ceeb7c Border Color

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

This div border color is #ceeb7c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,235,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeb7c


Comments

No comments written yet.

Please login to write comment.