Color Hex Logo

#cef18b Color Hex

#CEF18B
(206,241,139)
0 Favorites   0 Comments

Color spaces of #cef18b

RGB 206241139
HSL0.220.780.75
HSV81°42°95°
CMYK 0.150.000.42   0.05
XYZ61.569177.896536.2166
Yxy77.89650.35050.4434
Hunter Lab88.2590-29.932437.4520
CIE-Lab90.7327-27.429745.4486

#cef18b color RGB value is (206,241,139).

#cef18b hex color red value is 206, green value is 241 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cef18b hue: 0.22 , saturation: 0.78 and the lightness value of cef18b is 0.75.

The process color (four color CMYK) of #cef18b color hex is 0.15, 0.00, 0.42, 0.05. Web safe color of #cef18b is #ccff99. Color #cef18b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110001 10001011
Octal 316 361 213
Decimal 206 241 139
Hex CE F1 8B

RGB Percentages of Color #cef18b

%35.15
%41.13
%23.72

CMYK Percentages of Color #cef18b

%15
%0
%42
%5

Triadic Colors of #cef18b

#cef18b #8bcef1 #f18bce

Analogous Colors of #cef18b

#cef18b #9bf18b #f1e18b

Monochromatic Colors of #cef18b

#cef18b

Complementary Color

#cef18b #ae8bf1

#cef18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef18b Color CSS Codes

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

#cef18b Text Font Color

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

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


#cef18b Background Color

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

This div background color is #cef18b


#cef18b Border Color

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

This div border color is #cef18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef18b


Comments

No comments written yet.

Please login to write comment.