Color Hex Logo

#cee122 Color Hex

#CEE122
(206,225,34)
0 Favorites   0 Comments

Color spaces of #cee122

RGB 20622534
HSL0.180.760.51
HSV66°85°88°
CMYK 0.080.000.85   0.12
XYZ52.667567.087711.6867
Yxy67.08770.40070.5104
Hunter Lab81.9071-28.559248.8753
CIE-Lab85.5482-27.026780.0356

#cee122 color RGB value is (206,225,34).

#cee122 hex color red value is 206, green value is 225 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #cee122 hue: 0.18 , saturation: 0.76 and the lightness value of cee122 is 0.51.

The process color (four color CMYK) of #cee122 color hex is 0.08, 0.00, 0.85, 0.12. Web safe color of #cee122 is #cccc33. Color #cee122 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 00100010
Octal 316 341 42
Decimal 206 225 34
Hex CE E1 22

RGB Percentages of Color #cee122

%44.30
%48.39
%7.31

CMYK Percentages of Color #cee122

%8
%0
%85
%12

Triadic Colors of #cee122

#cee122 #22cee1 #e122ce

Analogous Colors of #cee122

#cee122 #6fe122 #e19522

Monochromatic Colors of #cee122

#cee122

Complementary Color

#cee122 #3522e1

#cee122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee122 Color CSS Codes

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

#cee122 Text Font Color

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

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


#cee122 Background Color

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

This div background color is #cee122


#cee122 Border Color

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

This div border color is #cee122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee122


Comments

No comments written yet.

Please login to write comment.