Color Hex Logo

#ccefc3 Color Hex

#CCEFC3
(204,239,195)
0 Favorites   0 Comments

Color spaces of #ccefc3

RGB 204239195
HSL0.300.580.85
HSV108°18°94°
CMYK 0.150.000.18   0.06
XYZ65.618778.510563.3253
Yxy78.51050.31630.3784
Hunter Lab88.6062-22.869719.6508
CIE-Lab91.0124-19.350917.5607

#ccefc3 color RGB value is (204,239,195).

#ccefc3 hex color red value is 204, green value is 239 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #ccefc3 hue: 0.30 , saturation: 0.58 and the lightness value of ccefc3 is 0.85.

The process color (four color CMYK) of #ccefc3 color hex is 0.15, 0.00, 0.18, 0.06. Web safe color of #ccefc3 is #ccffcc. Color #ccefc3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11000011
Octal 314 357 303
Decimal 204 239 195
Hex CC EF C3

RGB Percentages of Color #ccefc3

%31.97
%37.46
%30.56

CMYK Percentages of Color #ccefc3

%15
%0
%18
%6

Triadic Colors of #ccefc3

#ccefc3 #c3ccef #efc3cc

Analogous Colors of #ccefc3

#ccefc3 #c3efd0 #e2efc3

Monochromatic Colors of #ccefc3

#ccefc3

Complementary Color

#ccefc3 #e6c3ef

#ccefc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefc3 Color CSS Codes

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

#ccefc3 Text Font Color

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

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


#ccefc3 Background Color

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

This div background color is #ccefc3


#ccefc3 Border Color

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

This div border color is #ccefc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefc3


Comments

No comments written yet.

Please login to write comment.