Color Hex Logo

#cefcc3 Color Hex

#CEFCC3
(206,252,195)
0 Favorites   0 Comments

Color spaces of #cefcc3

RGB 206252195
HSL0.300.900.88
HSV108°23°99°
CMYK 0.180.000.23   0.01
XYZ70.114386.682764.6658
Yxy86.68270.31660.3914
Hunter Lab93.1035-28.506623.9921
CIE-Lab94.6035-24.960122.5826

#cefcc3 color RGB value is (206,252,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 11000011
Octal 316 374 303
Decimal 206 252 195
Hex CE FC C3

RGB Percentages of Color #cefcc3

%31.55
%38.59
%29.86

CMYK Percentages of Color #cefcc3

%18
%0
%23
%1

Triadic Colors of #cefcc3

#cefcc3 #c3cefc #fcc3ce

Analogous Colors of #cefcc3

#cefcc3 #c3fcd5 #ebfcc3

Monochromatic Colors of #cefcc3

#cefcc3

Complementary Color

#cefcc3 #f1c3fc

#cefcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefcc3 Color CSS Codes

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

#cefcc3 Text Font Color

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

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


#cefcc3 Background Color

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

This div background color is #cefcc3


#cefcc3 Border Color

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

This div border color is #cefcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefcc3

Related Colors


Comments

No comments written yet.

Please login to write comment.