Color Hex Logo

#cef98e Color Hex

#CEF98E
(206,249,142)
0 Favorites   0 Comments

Color spaces of #cef98e

RGB 206249142
HSL0.230.900.77
HSV84°43°98°
CMYK 0.170.000.43   0.02
XYZ64.211882.826238.1939
Yxy82.82620.34670.4471
Hunter Lab91.0089-33.324038.8239
CIE-Lab92.9383-30.833546.7741

#cef98e color RGB value is (206,249,142).

#cef98e hex color red value is 206, green value is 249 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cef98e hue: 0.23 , saturation: 0.90 and the lightness value of cef98e is 0.77.

The process color (four color CMYK) of #cef98e color hex is 0.17, 0.00, 0.43, 0.02. Web safe color of #cef98e is #ccff99. Color #cef98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 10001110
Octal 316 371 216
Decimal 206 249 142
Hex CE F9 8E

RGB Percentages of Color #cef98e

%34.51
%41.71
%23.79

CMYK Percentages of Color #cef98e

%17
%0
%43
%2

Triadic Colors of #cef98e

#cef98e #8ecef9 #f98ece

Analogous Colors of #cef98e

#cef98e #99f98e #f9ef8e

Monochromatic Colors of #cef98e

#cef98e

Complementary Color

#cef98e #b98ef9

#cef98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef98e Color CSS Codes

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

#cef98e Text Font Color

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

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


#cef98e Background Color

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

This div background color is #cef98e


#cef98e Border Color

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

This div border color is #cef98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef98e


Comments

No comments written yet.

Please login to write comment.