Color Hex Logo

#c0dceb Color Hex

#C0DCEB
(192,220,235)
0 Favorites   0 Comments

Color spaces of #c0dceb

RGB 192220235
HSL0.560.520.84
HSV201°18°92°
CMYK 0.180.060.00   0.08
XYZ62.326868.391088.5131
Yxy68.39100.28430.3120
Hunter Lab82.6989-10.1947-5.5693
CIE-Lab86.2016-6.1318-10.4480

#c0dceb color RGB value is (192,220,235).

#c0dceb hex color red value is 192, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c0dceb hue: 0.56 , saturation: 0.52 and the lightness value of c0dceb is 0.84.

The process color (four color CMYK) of #c0dceb color hex is 0.18, 0.06, 0.00, 0.08. Web safe color of #c0dceb is #ccccff. Color #c0dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11011100 11101011
Octal 300 334 353
Decimal 192 220 235
Hex C0 DC EB

RGB Percentages of Color #c0dceb

%29.68
%34.00
%36.32

CMYK Percentages of Color #c0dceb

%18
%6
%0
%8

Triadic Colors of #c0dceb

#c0dceb #ebc0dc #dcebc0

Analogous Colors of #c0dceb

#c0dceb #c0c7eb #c0ebe5

Monochromatic Colors of #c0dceb

#c0dceb

Complementary Color

#c0dceb #ebcfc0

#c0dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0dceb Color CSS Codes

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

#c0dceb Text Font Color

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

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


#c0dceb Background Color

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

This div background color is #c0dceb


#c0dceb Border Color

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

This div border color is #c0dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0dceb


Comments

No comments written yet.

Please login to write comment.