Color Hex Logo

#cef9da Color Hex

#CEF9DA
(206,249,218)
0 Favorites   0 Comments

Color spaces of #cef9da

RGB 206249218
HSL0.380.780.89
HSV137°17°98°
CMYK 0.170.000.12   0.02
XYZ71.984285.935179.1228
Yxy85.93510.30370.3625
Hunter Lab92.7012-23.618514.2853
CIE-Lab94.2846-19.604610.3372

#cef9da color RGB value is (206,249,218).

#cef9da hex color red value is 206, green value is 249 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cef9da hue: 0.38 , saturation: 0.78 and the lightness value of cef9da is 0.89.

The process color (four color CMYK) of #cef9da color hex is 0.17, 0.00, 0.12, 0.02. Web safe color of #cef9da is #ccffcc. Color #cef9da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 11011010
Octal 316 371 332
Decimal 206 249 218
Hex CE F9 DA

RGB Percentages of Color #cef9da

%30.61
%37.00
%32.39

CMYK Percentages of Color #cef9da

%17
%0
%12
%2

Triadic Colors of #cef9da

#cef9da #dacef9 #f9dace

Analogous Colors of #cef9da

#cef9da #cef9f0 #d8f9ce

Monochromatic Colors of #cef9da

#cef9da

Complementary Color

#cef9da #f9ceed

#cef9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef9da Color CSS Codes

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

#cef9da Text Font Color

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

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


#cef9da Background Color

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

This div background color is #cef9da


#cef9da Border Color

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

This div border color is #cef9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef9da

Related Colors


Comments

No comments written yet.

Please login to write comment.