Color Hex Logo

#cee231 Color Hex

#CEE231
(206,226,49)
0 Favorites   0 Comments

Color spaces of #cee231

RGB 20622649
HSL0.190.750.54
HSV67°78°89°
CMYK 0.090.000.78   0.11
XYZ53.204367.736313.1760
Yxy67.73630.39670.5051
Hunter Lab82.3021-28.637048.1195
CIE-Lab85.8744-27.042276.7209

#cee231 color RGB value is (206,226,49).

#cee231 hex color red value is 206, green value is 226 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #cee231 hue: 0.19 , saturation: 0.75 and the lightness value of cee231 is 0.54.

The process color (four color CMYK) of #cee231 color hex is 0.09, 0.00, 0.78, 0.11. Web safe color of #cee231 is #cccc33. Color #cee231 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100010 00110001
Octal 316 342 61
Decimal 206 226 49
Hex CE E2 31

RGB Percentages of Color #cee231

%42.83
%46.99
%10.19

CMYK Percentages of Color #cee231

%9
%0
%78
%11

Triadic Colors of #cee231

#cee231 #31cee2 #e231ce

Analogous Colors of #cee231

#cee231 #76e231 #e29e31

Monochromatic Colors of #cee231

#cee231

Complementary Color

#cee231 #4531e2

#cee231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee231 Color CSS Codes

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

#cee231 Text Font Color

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

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


#cee231 Background Color

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

This div background color is #cee231


#cee231 Border Color

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

This div border color is #cee231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee231


Comments

No comments written yet.

Please login to write comment.