Color Hex Logo

#c0ffd8 Color Hex

#C0FFD8
(192,255,216)
0 Favorites   0 Comments

Color spaces of #c0ffd8

RGB 192255216
HSL0.401.000.88
HSV143°25°100°
CMYK 0.250.000.15   0.00
XYZ69.892987.684378.2068
Yxy87.68430.29640.3719
Hunter Lab93.6399-30.637316.0297
CIE-Lab95.0279-27.265312.3153

#c0ffd8 color RGB value is (192,255,216).

#c0ffd8 hex color red value is 192, green value is 255 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #c0ffd8 hue: 0.40 , saturation: 1.00 and the lightness value of c0ffd8 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111111 11011000
Octal 300 377 330
Decimal 192 255 216
Hex C0 FF D8

RGB Percentages of Color #c0ffd8

%28.96
%38.46
%32.58

CMYK Percentages of Color #c0ffd8

%25
%0
%15
%0

Triadic Colors of #c0ffd8

#c0ffd8 #d8c0ff #ffd8c0

Analogous Colors of #c0ffd8

#c0ffd8 #c0fff8 #c8ffc0

Monochromatic Colors of #c0ffd8

#c0ffd8

Complementary Color

#c0ffd8 #ffc0e7

#c0ffd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ffd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ffd8 Color CSS Codes

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

#c0ffd8 Text Font Color

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

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


#c0ffd8 Background Color

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

This div background color is #c0ffd8


#c0ffd8 Border Color

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

This div border color is #c0ffd8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,255,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0ffd8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0ffd8;
  -webkit-box-shadow: 1px 1px 3px 2px #c0ffd8;
  box-shadow:         1px 1px 3px 2px #c0ffd8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,255,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ffd8

Related Colors

#c0ffd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.