Color Hex Logo

#ceeb4a Color Hex

#CEEB4A
(206,235,74)
0 Favorites   0 Comments

Color spaces of #ceeb4a

RGB 20623574
HSL0.200.800.61
HSV71°69°92°
CMYK 0.120.000.69   0.08
XYZ56.398073.032917.6028
Yxy73.03290.38360.4967
Hunter Lab85.4593-31.754547.6090
CIE-Lab88.4634-30.116171.1568

#ceeb4a color RGB value is (206,235,74).

#ceeb4a hex color red value is 206, green value is 235 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ceeb4a hue: 0.20 , saturation: 0.80 and the lightness value of ceeb4a is 0.61.

The process color (four color CMYK) of #ceeb4a color hex is 0.12, 0.00, 0.69, 0.08. Web safe color of #ceeb4a is #ccff33. Color #ceeb4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 01001010
Octal 316 353 112
Decimal 206 235 74
Hex CE EB 4A

RGB Percentages of Color #ceeb4a

%40.00
%45.63
%14.37

CMYK Percentages of Color #ceeb4a

%12
%0
%69
%8

Triadic Colors of #ceeb4a

#ceeb4a #4aceeb #eb4ace

Analogous Colors of #ceeb4a

#ceeb4a #7eeb4a #ebb84a

Monochromatic Colors of #ceeb4a

#ceeb4a

Complementary Color

#ceeb4a #674aeb

#ceeb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeb4a Color CSS Codes

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

#ceeb4a Text Font Color

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

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


#ceeb4a Background Color

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

This div background color is #ceeb4a


#ceeb4a Border Color

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

This div border color is #ceeb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeb4a


Comments

No comments written yet.

Please login to write comment.