Color Hex Logo

#cef98f Color Hex

#CEF98F
(206,249,143)
0 Favorites   0 Comments

Color spaces of #cef98f

RGB 206249143
HSL0.230.900.77
HSV84°43°98°
CMYK 0.170.000.43   0.02
XYZ64.287282.856338.5912
Yxy82.85630.34610.4461
Hunter Lab91.0254-33.227938.5812
CIE-Lab92.9515-30.718746.3095

#cef98f color RGB value is (206,249,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 10001111
Octal 316 371 217
Decimal 206 249 143
Hex CE F9 8F

RGB Percentages of Color #cef98f

%34.45
%41.64
%23.91

CMYK Percentages of Color #cef98f

%17
%0
%43
%2

Triadic Colors of #cef98f

#cef98f #8fcef9 #f98fce

Analogous Colors of #cef98f

#cef98f #99f98f #f9ef8f

Monochromatic Colors of #cef98f

#cef98f

Complementary Color

#cef98f #ba8ff9

#cef98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef98f Color CSS Codes

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

#cef98f Text Font Color

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

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


#cef98f Background Color

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

This div background color is #cef98f


#cef98f Border Color

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

This div border color is #cef98f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,249,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 #cef98f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef98f


Comments

No comments written yet.

Please login to write comment.