Color Hex Logo

#ceefc6 Color Hex

#CEEFC6
(206,239,198)
0 Favorites   0 Comments

Color spaces of #ceefc6

RGB 206239198
HSL0.300.560.86
HSV108°17°94°
CMYK 0.140.000.17   0.06
XYZ66.513178.932065.1559
Yxy78.93200.31580.3748
Hunter Lab88.8437-21.841918.7087
CIE-Lab91.2035-18.176216.2969

#ceefc6 color RGB value is (206,239,198).

#ceefc6 hex color red value is 206, green value is 239 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #ceefc6 hue: 0.30 , saturation: 0.56 and the lightness value of ceefc6 is 0.86.

The process color (four color CMYK) of #ceefc6 color hex is 0.14, 0.00, 0.17, 0.06. Web safe color of #ceefc6 is #ccffcc. Color #ceefc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 11000110
Octal 316 357 306
Decimal 206 239 198
Hex CE EF C6

RGB Percentages of Color #ceefc6

%32.04
%37.17
%30.79

CMYK Percentages of Color #ceefc6

%14
%0
%17
%6

Triadic Colors of #ceefc6

#ceefc6 #c6ceef #efc6ce

Analogous Colors of #ceefc6

#ceefc6 #c6efd3 #e3efc6

Monochromatic Colors of #ceefc6

#ceefc6

Complementary Color

#ceefc6 #e7c6ef

#ceefc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceefc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceefc6 Color CSS Codes

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

#ceefc6 Text Font Color

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

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


#ceefc6 Background Color

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

This div background color is #ceefc6


#ceefc6 Border Color

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

This div border color is #ceefc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceefc6


Comments

No comments written yet.

Please login to write comment.