Color Hex Logo

#cef929 Color Hex

#CEF929
(206,249,41)
0 Favorites   0 Comments

Color spaces of #cef929

RGB 20624941
HSL0.200.950.57
HSV72°84°98°
CMYK 0.170.000.84   0.02
XYZ59.729581.033314.5907
Yxy81.03330.38450.5216
Hunter Lab90.0185-39.093253.4029
CIE-Lab92.1465-37.876384.1140

#cef929 color RGB value is (206,249,41).

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

The process color (four color CMYK) of #cef929 color hex is 0.17, 0.00, 0.84, 0.02. Web safe color of #cef929 is #ccff33. Color #cef929 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 00101001
Octal 316 371 51
Decimal 206 249 41
Hex CE F9 29

RGB Percentages of Color #cef929

%41.53
%50.20
%8.27

CMYK Percentages of Color #cef929

%17
%0
%84
%2

Triadic Colors of #cef929

#cef929 #29cef9 #f929ce

Analogous Colors of #cef929

#cef929 #66f929 #f9bc29

Monochromatic Colors of #cef929

#cef929

Complementary Color

#cef929 #5429f9

#cef929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef929 Color CSS Codes

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

#cef929 Text Font Color

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

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


#cef929 Background Color

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

This div background color is #cef929


#cef929 Border Color

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

This div border color is #cef929


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,249,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 #cef929">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef929


Comments

No comments written yet.

Please login to write comment.