Color Hex Logo

#cef62d Color Hex

#CEF62D
(206,246,45)
0 Favorites   0 Comments

Color spaces of #cef62d

RGB 20624645
HSL0.200.920.57
HSV72°82°96°
CMYK 0.160.000.82   0.04
XYZ58.883079.222814.6707
Yxy79.22280.38540.5186
Hunter Lab89.0072-37.675352.5325
CIE-Lab91.3350-36.411282.5282

#cef62d color RGB value is (206,246,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 00101101
Octal 316 366 55
Decimal 206 246 45
Hex CE F6 2D

RGB Percentages of Color #cef62d

%41.45
%49.50
%9.05

CMYK Percentages of Color #cef62d

%16
%0
%82
%4

Triadic Colors of #cef62d

#cef62d #2dcef6 #f62dce

Analogous Colors of #cef62d

#cef62d #6af62d #f6ba2d

Monochromatic Colors of #cef62d

#cef62d

Complementary Color

#cef62d #552df6

#cef62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef62d Color CSS Codes

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

#cef62d Text Font Color

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

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


#cef62d Background Color

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

This div background color is #cef62d


#cef62d Border Color

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

This div border color is #cef62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef62d


Comments

No comments written yet.

Please login to write comment.