Color Hex Logo

#c0ffcb Color Hex

#C0FFCB
(192,255,203)
0 Favorites   0 Comments

Color spaces of #c0ffcb

RGB 192255203
HSL0.361.000.88
HSV130°25°100°
CMYK 0.250.000.20   0.00
XYZ68.277787.038369.7014
Yxy87.03830.30340.3868
Hunter Lab93.2943-32.629421.0097
CIE-Lab94.7545-29.590818.5879

#c0ffcb color RGB value is (192,255,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11111111 11001011
Octal 300 377 313
Decimal 192 255 203
Hex C0 FF CB

RGB Percentages of Color #c0ffcb

%29.54
%39.23
%31.23

CMYK Percentages of Color #c0ffcb

%25
%0
%20
%0

Triadic Colors of #c0ffcb

#c0ffcb #cbc0ff #ffcbc0

Analogous Colors of #c0ffcb

#c0ffcb #c0ffeb #d5ffc0

Monochromatic Colors of #c0ffcb

#c0ffcb

Complementary Color

#c0ffcb #ffc0f4

#c0ffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ffcb Color CSS Codes

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

#c0ffcb Text Font Color

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

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


#c0ffcb Background Color

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

This div background color is #c0ffcb


#c0ffcb Border Color

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

This div border color is #c0ffcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ffcb

#c0ffcb Color Palettes


Comments

No comments written yet.

Please login to write comment.