Color Hex Logo

#cefcee Color Hex

#CEFCEE
(206,252,238)
0 Favorites   0 Comments

Color spaces of #cefcee

RGB 206252238
HSL0.450.880.90
HSV162°18°99°
CMYK 0.180.000.06   0.01
XYZ75.696688.915794.0617
Yxy88.91570.29260.3437
Hunter Lab94.2951-21.72336.8634
CIE-Lab95.5452-17.33421.8401

#cefcee color RGB value is (206,252,238).

#cefcee hex color red value is 206, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cefcee hue: 0.45 , saturation: 0.88 and the lightness value of cefcee is 0.90.

The process color (four color CMYK) of #cefcee color hex is 0.18, 0.00, 0.06, 0.01. Web safe color of #cefcee is #ccffff. Color #cefcee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 11101110
Octal 316 374 356
Decimal 206 252 238
Hex CE FC EE

RGB Percentages of Color #cefcee

%29.60
%36.21
%34.20

CMYK Percentages of Color #cefcee

%18
%0
%6
%1

Triadic Colors of #cefcee

#cefcee #eecefc #fceece

Analogous Colors of #cefcee

#cefcee #cef3fc #cefcd7

Monochromatic Colors of #cefcee

#cefcee

Complementary Color

#cefcee #fccedc

#cefcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefcee Color CSS Codes

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

#cefcee Text Font Color

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

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


#cefcee Background Color

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

This div background color is #cefcee


#cefcee Border Color

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

This div border color is #cefcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefcee


Comments

No comments written yet.

Please login to write comment.