Color Hex Logo

#cef68f Color Hex

#CEF68F
(206,246,143)
0 Favorites   0 Comments

Color spaces of #cef68f

RGB 206246143
HSL0.230.850.76
HSV83°42°96°
CMYK 0.160.000.42   0.04
XYZ63.367381.016538.2845
Yxy81.01650.34690.4435
Hunter Lab90.0092-31.850437.7880
CIE-Lab92.1390-29.320245.2847

#cef68f color RGB value is (206,246,143).

#cef68f hex color red value is 206, green value is 246 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cef68f hue: 0.23 , saturation: 0.85 and the lightness value of cef68f is 0.76.

The process color (four color CMYK) of #cef68f color hex is 0.16, 0.00, 0.42, 0.04. Web safe color of #cef68f is #ccff99. Color #cef68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 10001111
Octal 316 366 217
Decimal 206 246 143
Hex CE F6 8F

RGB Percentages of Color #cef68f

%34.62
%41.34
%24.03

CMYK Percentages of Color #cef68f

%16
%0
%42
%4

Triadic Colors of #cef68f

#cef68f #8fcef6 #f68fce

Analogous Colors of #cef68f

#cef68f #9bf68f #f6eb8f

Monochromatic Colors of #cef68f

#cef68f

Complementary Color

#cef68f #b78ff6

#cef68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef68f Color CSS Codes

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

#cef68f Text Font Color

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

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


#cef68f Background Color

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

This div background color is #cef68f


#cef68f Border Color

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

This div border color is #cef68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef68f


Comments

No comments written yet.

Please login to write comment.