Color Hex Logo

#cefcc6 Color Hex

#CEFCC6
(206,252,198)
0 Favorites   0 Comments

Color spaces of #cefcc6

RGB 206252198
HSL0.310.900.88
HSV111°21°99°
CMYK 0.180.000.21   0.01
XYZ70.457086.819866.4705
Yxy86.81980.31490.3880
Hunter Lab93.1771-28.085122.9278
CIE-Lab94.6618-24.476521.1335

#cefcc6 color RGB value is (206,252,198).

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

The process color (four color CMYK) of #cefcc6 color hex is 0.18, 0.00, 0.21, 0.01. Web safe color of #cefcc6 is #ccffcc. Color #cefcc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 11000110
Octal 316 374 306
Decimal 206 252 198
Hex CE FC C6

RGB Percentages of Color #cefcc6

%31.40
%38.41
%30.18

CMYK Percentages of Color #cefcc6

%18
%0
%21
%1

Triadic Colors of #cefcc6

#cefcc6 #c6cefc #fcc6ce

Analogous Colors of #cefcc6

#cefcc6 #c6fcd9 #e9fcc6

Monochromatic Colors of #cefcc6

#cefcc6

Complementary Color

#cefcc6 #f4c6fc

#cefcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefcc6 Color CSS Codes

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

#cefcc6 Text Font Color

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

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


#cefcc6 Background Color

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

This div background color is #cefcc6


#cefcc6 Border Color

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

This div border color is #cefcc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefcc6


Comments

No comments written yet.

Please login to write comment.