Color Hex Logo

#cef97e Color Hex

#CEF97E
(206,249,126)
0 Favorites   0 Comments

Color spaces of #cef97e

RGB 206249126
HSL0.220.910.74
HSV81°49°98°
CMYK 0.170.000.49   0.02
XYZ63.095282.379532.3140
Yxy82.37950.35490.4634
Hunter Lab90.7632-34.748942.4255
CIE-Lab92.7421-32.545854.0809

#cef97e color RGB value is (206,249,126).

#cef97e hex color red value is 206, green value is 249 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cef97e hue: 0.22 , saturation: 0.91 and the lightness value of cef97e is 0.74.

The process color (four color CMYK) of #cef97e color hex is 0.17, 0.00, 0.49, 0.02. Web safe color of #cef97e is #ccff66. Color #cef97e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 01111110
Octal 316 371 176
Decimal 206 249 126
Hex CE F9 7E

RGB Percentages of Color #cef97e

%35.46
%42.86
%21.69

CMYK Percentages of Color #cef97e

%17
%0
%49
%2

Triadic Colors of #cef97e

#cef97e #7ecef9 #f97ece

Analogous Colors of #cef97e

#cef97e #91f97e #f9e77e

Monochromatic Colors of #cef97e

#cef97e

Complementary Color

#cef97e #a97ef9

#cef97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef97e Color CSS Codes

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

#cef97e Text Font Color

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

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


#cef97e Background Color

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

This div background color is #cef97e


#cef97e Border Color

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

This div border color is #cef97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef97e


Comments

No comments written yet.

Please login to write comment.