Color Hex Logo

#c0fffd Color Hex

#C0FFFD
(192,255,253)
0 Favorites   0 Comments

Color spaces of #c0fffd

RGB 192255253
HSL0.491.000.88
HSV178°25°100°
CMYK 0.250.000.01   0.00
XYZ75.227989.8183106.3002
Yxy89.81830.27720.3310
Hunter Lab94.7725-24.1634-0.1610
CIE-Lab95.9213-19.9142-5.4381

#c0fffd color RGB value is (192,255,253).

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

The process color (four color CMYK) of #c0fffd color hex is 0.25, 0.00, 0.01, 0.00. Web safe color of #c0fffd is #ccffff. Color #c0fffd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111111 11111101
Octal 300 377 375
Decimal 192 255 253
Hex C0 FF FD

RGB Percentages of Color #c0fffd

%27.43
%36.43
%36.14

CMYK Percentages of Color #c0fffd

%25
%0
%1
%0

Triadic Colors of #c0fffd

#c0fffd #fdc0ff #fffdc0

Analogous Colors of #c0fffd

#c0fffd #c0e2ff #c0ffde

Monochromatic Colors of #c0fffd

#c0fffd

Complementary Color

#c0fffd #ffc0c2

#c0fffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0fffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0fffd Color CSS Codes

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

#c0fffd Text Font Color

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

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


#c0fffd Background Color

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

This div background color is #c0fffd


#c0fffd Border Color

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

This div border color is #c0fffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0fffd

Related Colors

#c0fffd Color Palettes


Comments

No comments written yet.

Please login to write comment.