Color Hex Logo

#cefce6 Color Hex

#CEFCE6
(206,252,230)
0 Favorites   0 Comments

Color spaces of #cefce6

RGB 206252230
HSL0.420.880.90
HSV151°18°99°
CMYK 0.180.000.09   0.01
XYZ74.546988.455888.0075
Yxy88.45580.29700.3524
Hunter Lab94.0509-23.106010.3555
CIE-Lab95.3525-18.86225.6855

#cefce6 color RGB value is (206,252,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 11100110
Octal 316 374 346
Decimal 206 252 230
Hex CE FC E6

RGB Percentages of Color #cefce6

%29.94
%36.63
%33.43

CMYK Percentages of Color #cefce6

%18
%0
%9
%1

Triadic Colors of #cefce6

#cefce6 #e6cefc #fce6ce

Analogous Colors of #cefce6

#cefce6 #cefbfc #cefccf

Monochromatic Colors of #cefce6

#cefce6

Complementary Color

#cefce6 #fccee4

#cefce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefce6 Color CSS Codes

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

#cefce6 Text Font Color

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

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


#cefce6 Background Color

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

This div background color is #cefce6


#cefce6 Border Color

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

This div border color is #cefce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefce6


Comments

No comments written yet.

Please login to write comment.