Color Hex Logo

#c0cbda Color Hex

#C0CBDA
(192,203,218)
0 Favorites   0 Comments

Color spaces of #c0cbda

RGB 192203218
HSL0.600.260.80
HSV215°12°85°
CMYK 0.120.070.00   0.15
XYZ55.749158.980374.7757
Yxy58.98030.29420.3112
Hunter Lab76.7986-4.8222-3.9692
CIE-Lab81.2808-0.7741-8.7280

#c0cbda color RGB value is (192,203,218).

#c0cbda hex color red value is 192, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c0cbda hue: 0.60 , saturation: 0.26 and the lightness value of c0cbda is 0.80.

The process color (four color CMYK) of #c0cbda color hex is 0.12, 0.07, 0.00, 0.15. Web safe color of #c0cbda is #cccccc. Color #c0cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001011 11011010
Octal 300 313 332
Decimal 192 203 218
Hex C0 CB DA

RGB Percentages of Color #c0cbda

%31.32
%33.12
%35.56

CMYK Percentages of Color #c0cbda

%12
%7
%0
%15

Triadic Colors of #c0cbda

#c0cbda #dac0cb #cbdac0

Analogous Colors of #c0cbda

#c0cbda #c2c0da #c0d8da

Monochromatic Colors of #c0cbda

#c0cbda

Complementary Color

#c0cbda #dacfc0

#c0cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cbda Color CSS Codes

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

#c0cbda Text Font Color

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

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


#c0cbda Background Color

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

This div background color is #c0cbda


#c0cbda Border Color

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

This div border color is #c0cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cbda


Comments

No comments written yet.

Please login to write comment.