Color Hex Logo

#cef18d Color Hex

#CEF18D
(206,241,141)
0 Favorites   0 Comments

Color spaces of #cef18d

RGB 206241141
HSL0.230.780.75
HSV81°41°95°
CMYK 0.150.000.41   0.05
XYZ61.716677.955536.9934
Yxy77.95550.34930.4413
Hunter Lab88.2924-29.739836.9629
CIE-Lab90.7596-27.200644.5113

#cef18d color RGB value is (206,241,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110001 10001101
Octal 316 361 215
Decimal 206 241 141
Hex CE F1 8D

RGB Percentages of Color #cef18d

%35.03
%40.99
%23.98

CMYK Percentages of Color #cef18d

%15
%0
%41
%5

Triadic Colors of #cef18d

#cef18d #8dcef1 #f18dce

Analogous Colors of #cef18d

#cef18d #9cf18d #f1e28d

Monochromatic Colors of #cef18d

#cef18d

Complementary Color

#cef18d #b08df1

#cef18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef18d Color CSS Codes

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

#cef18d Text Font Color

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

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


#cef18d Background Color

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

This div background color is #cef18d


#cef18d Border Color

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

This div border color is #cef18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef18d


Comments

No comments written yet.

Please login to write comment.