Color Hex Logo

#cef506 Color Hex

#CEF506
(206,245,6)
0 Favorites   0 Comments

Color spaces of #cef506

RGB 2062456
HSL0.190.950.49
HSV70°98°96°
CMYK 0.160.000.98   0.04
XYZ58.138978.439812.2484
Yxy78.43980.39060.5271
Hunter Lab88.5662-37.815453.7968
CIE-Lab90.9802-36.685187.9022

#cef506 color RGB value is (206,245,6).

#cef506 hex color red value is 206, green value is 245 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cef506 hue: 0.19 , saturation: 0.95 and the lightness value of cef506 is 0.49.

The process color (four color CMYK) of #cef506 color hex is 0.16, 0.00, 0.98, 0.04. Web safe color of #cef506 is #ccff00. Color #cef506 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110101 00000110
Octal 316 365 6
Decimal 206 245 6
Hex CE F5 6

RGB Percentages of Color #cef506

%45.08
%53.61
%1.31

CMYK Percentages of Color #cef506

%16
%0
%98
%4

Triadic Colors of #cef506

#cef506 #06cef5 #f506ce

Analogous Colors of #cef506

#cef506 #56f506 #f5a506

Monochromatic Colors of #cef506

#cef506

Complementary Color

#cef506 #2d06f5

#cef506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef506 Color CSS Codes

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

#cef506 Text Font Color

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

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


#cef506 Background Color

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

This div background color is #cef506


#cef506 Border Color

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

This div border color is #cef506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef506


Comments

No comments written yet.

Please login to write comment.