Color Hex Logo

#cef229 Color Hex

#CEF229
(206,242,41)
0 Favorites   0 Comments

Color spaces of #cef229

RGB 20624241
HSL0.200.890.55
HSV71°83°95°
CMYK 0.150.000.83   0.05
XYZ57.606076.786213.8829
Yxy76.78620.38850.5179
Hunter Lab87.6277-36.003651.9461
CIE-Lab90.2231-34.722582.4803

#cef229 color RGB value is (206,242,41).

#cef229 hex color red value is 206, green value is 242 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cef229 hue: 0.20 , saturation: 0.89 and the lightness value of cef229 is 0.55.

The process color (four color CMYK) of #cef229 color hex is 0.15, 0.00, 0.83, 0.05. Web safe color of #cef229 is #ccff33. Color #cef229 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110010 00101001
Octal 316 362 51
Decimal 206 242 41
Hex CE F2 29

RGB Percentages of Color #cef229

%42.13
%49.49
%8.38

CMYK Percentages of Color #cef229

%15
%0
%83
%5

Triadic Colors of #cef229

#cef229 #29cef2 #f229ce

Analogous Colors of #cef229

#cef229 #6af229 #f2b229

Monochromatic Colors of #cef229

#cef229

Complementary Color

#cef229 #4d29f2

#cef229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef229 Color CSS Codes

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

#cef229 Text Font Color

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

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


#cef229 Background Color

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

This div background color is #cef229


#cef229 Border Color

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

This div border color is #cef229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef229


Comments

No comments written yet.

Please login to write comment.