Color Hex Logo

#ccefd7 Color Hex

#CCEFD7
(204,239,215)
0 Favorites   0 Comments

Color spaces of #ccefd7

RGB 204239215
HSL0.390.520.87
HSV139°15°94°
CMYK 0.150.000.10   0.06
XYZ68.034179.476776.0447
Yxy79.47670.30430.3555
Hunter Lab89.1497-19.790711.8304
CIE-Lab91.4495-15.87847.8118

#ccefd7 color RGB value is (204,239,215).

#ccefd7 hex color red value is 204, green value is 239 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ccefd7 hue: 0.39 , saturation: 0.52 and the lightness value of ccefd7 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11010111
Octal 314 357 327
Decimal 204 239 215
Hex CC EF D7

RGB Percentages of Color #ccefd7

%31.00
%36.32
%32.67

CMYK Percentages of Color #ccefd7

%15
%0
%10
%6

Triadic Colors of #ccefd7

#ccefd7 #d7ccef #efd7cc

Analogous Colors of #ccefd7

#ccefd7 #ccefe9 #d3efcc

Monochromatic Colors of #ccefd7

#ccefd7

Complementary Color

#ccefd7 #efcce4

#ccefd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefd7 Color CSS Codes

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

#ccefd7 Text Font Color

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

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


#ccefd7 Background Color

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

This div background color is #ccefd7


#ccefd7 Border Color

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

This div border color is #ccefd7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,239,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefd7


Comments

No comments written yet.

Please login to write comment.