Color Hex Logo

#cefca6 Color Hex

#CEFCA6
(206,252,166)
0 Favorites   0 Comments

Color spaces of #cefca6

RGB 206252166
HSL0.260.930.82
HSV92°34°99°
CMYK 0.180.000.34   0.01
XYZ67.146985.495849.0397
Yxy85.49580.33290.4239
Hunter Lab92.4639-32.186033.2794
CIE-Lab94.0963-29.239736.5153

#cefca6 color RGB value is (206,252,166).

#cefca6 hex color red value is 206, green value is 252 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #cefca6 hue: 0.26 , saturation: 0.93 and the lightness value of cefca6 is 0.82.

The process color (four color CMYK) of #cefca6 color hex is 0.18, 0.00, 0.34, 0.01. Web safe color of #cefca6 is #ccff99. Color #cefca6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 10100110
Octal 316 374 246
Decimal 206 252 166
Hex CE FC A6

RGB Percentages of Color #cefca6

%33.01
%40.38
%26.60

CMYK Percentages of Color #cefca6

%18
%0
%34
%1

Triadic Colors of #cefca6

#cefca6 #a6cefc #fca6ce

Analogous Colors of #cefca6

#cefca6 #a6fca9 #f9fca6

Monochromatic Colors of #cefca6

#cefca6

Complementary Color

#cefca6 #d4a6fc

#cefca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefca6 Color CSS Codes

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

#cefca6 Text Font Color

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

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


#cefca6 Background Color

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

This div background color is #cefca6


#cefca6 Border Color

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

This div border color is #cefca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefca6

Related Colors


Comments

No comments written yet.

Please login to write comment.