Color Hex Logo

#cef7ee Color Hex

#CEF7EE
(206,247,238)
0 Favorites   0 Comments

Color spaces of #cef7ee

RGB 206247238
HSL0.460.720.89
HSV167°17°97°
CMYK 0.170.000.04   0.03
XYZ74.147085.816493.5452
Yxy85.81640.29250.3385
Hunter Lab92.6371-19.24324.9748
CIE-Lab94.2338-14.8661-0.0717

#cef7ee color RGB value is (206,247,238).

#cef7ee hex color red value is 206, green value is 247 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cef7ee hue: 0.46 , saturation: 0.72 and the lightness value of cef7ee is 0.89.

The process color (four color CMYK) of #cef7ee color hex is 0.17, 0.00, 0.04, 0.03. Web safe color of #cef7ee is #ccffff. Color #cef7ee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110111 11101110
Octal 316 367 356
Decimal 206 247 238
Hex CE F7 EE

RGB Percentages of Color #cef7ee

%29.81
%35.75
%34.44

CMYK Percentages of Color #cef7ee

%17
%0
%4
%3

Triadic Colors of #cef7ee

#cef7ee #eecef7 #f7eece

Analogous Colors of #cef7ee

#cef7ee #ceecf7 #cef7da

Monochromatic Colors of #cef7ee

#cef7ee

Complementary Color

#cef7ee #f7ced7

#cef7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef7ee Color CSS Codes

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

#cef7ee Text Font Color

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

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


#cef7ee Background Color

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

This div background color is #cef7ee


#cef7ee Border Color

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

This div border color is #cef7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef7ee


Comments

No comments written yet.

Please login to write comment.