Color Hex Logo

#cef258 Color Hex

#CEF258
(206,242,88)
0 Favorites   0 Comments

Color spaces of #cef258

RGB 20624288
HSL0.210.860.65
HSV74°64°95°
CMYK 0.150.000.64   0.05
XYZ58.967277.330721.0509
Yxy77.33070.37480.4915
Hunter Lab87.9379-34.197247.3634
CIE-Lab90.4736-32.495267.9284

#cef258 color RGB value is (206,242,88).

#cef258 hex color red value is 206, green value is 242 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cef258 hue: 0.21 , saturation: 0.86 and the lightness value of cef258 is 0.65.

The process color (four color CMYK) of #cef258 color hex is 0.15, 0.00, 0.64, 0.05. Web safe color of #cef258 is #ccff66. Color #cef258 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110010 01011000
Octal 316 362 130
Decimal 206 242 88
Hex CE F2 58

RGB Percentages of Color #cef258

%38.43
%45.15
%16.42

CMYK Percentages of Color #cef258

%15
%0
%64
%5

Triadic Colors of #cef258

#cef258 #58cef2 #f258ce

Analogous Colors of #cef258

#cef258 #81f258 #f2c958

Monochromatic Colors of #cef258

#cef258

Complementary Color

#cef258 #7c58f2

#cef258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef258 Color CSS Codes

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

#cef258 Text Font Color

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

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


#cef258 Background Color

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

This div background color is #cef258


#cef258 Border Color

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

This div border color is #cef258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef258


Comments

No comments written yet.

Please login to write comment.