Color Hex Logo

#cef42d Color Hex

#CEF42D
(206,244,45)
0 Favorites   0 Comments

Color spaces of #cef42d

RGB 20624445
HSL0.200.900.57
HSV71°82°96°
CMYK 0.160.000.82   0.04
XYZ58.277978.012614.4690
Yxy78.01260.38660.5175
Hunter Lab88.3247-36.791552.1147
CIE-Lab90.7857-35.508482.0531

#cef42d color RGB value is (206,244,45).

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

The process color (four color CMYK) of #cef42d color hex is 0.16, 0.00, 0.82, 0.04. Web safe color of #cef42d is #ccff33. Color #cef42d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110100 00101101
Octal 316 364 55
Decimal 206 244 45
Hex CE F4 2D

RGB Percentages of Color #cef42d

%41.62
%49.29
%9.09

CMYK Percentages of Color #cef42d

%16
%0
%82
%4

Triadic Colors of #cef42d

#cef42d #2dcef4 #f42dce

Analogous Colors of #cef42d

#cef42d #6bf42d #f4b72d

Monochromatic Colors of #cef42d

#cef42d

Complementary Color

#cef42d #532df4

#cef42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef42d Color CSS Codes

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

#cef42d Text Font Color

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

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


#cef42d Background Color

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

This div background color is #cef42d


#cef42d Border Color

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

This div border color is #cef42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef42d


Comments

No comments written yet.

Please login to write comment.