Color Hex Logo

#cee210 Color Hex

#CEE210
(206,226,16)
0 Favorites   0 Comments

Color spaces of #cee210

RGB 20622616
HSL0.180.870.47
HSV66°93°89°
CMYK 0.090.000.93   0.11
XYZ52.743567.551910.7492
Yxy67.55190.40250.5155
Hunter Lab82.1900-29.284249.7787
CIE-Lab85.7819-27.836583.0513

#cee210 color RGB value is (206,226,16).

#cee210 hex color red value is 206, green value is 226 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #cee210 hue: 0.18 , saturation: 0.87 and the lightness value of cee210 is 0.47.

The process color (four color CMYK) of #cee210 color hex is 0.09, 0.00, 0.93, 0.11. Web safe color of #cee210 is #cccc00. Color #cee210 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100010 00010000
Octal 316 342 20
Decimal 206 226 16
Hex CE E2 10

RGB Percentages of Color #cee210

%45.98
%50.45
%3.57

CMYK Percentages of Color #cee210

%9
%0
%93
%11

Triadic Colors of #cee210

#cee210 #10cee2 #e210ce

Analogous Colors of #cee210

#cee210 #65e210 #e28d10

Monochromatic Colors of #cee210

#cee210

Complementary Color

#cee210 #2410e2

#cee210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee210 Color CSS Codes

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

#cee210 Text Font Color

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

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


#cee210 Background Color

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

This div background color is #cee210


#cee210 Border Color

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

This div border color is #cee210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee210


Comments

No comments written yet.

Please login to write comment.