Color Hex Logo

#c0cbfa Color Hex

#C0CBFA
(192,203,250)
0 Favorites   0 Comments

Color spaces of #c0cbfa

RGB 192203250
HSL0.640.850.87
HSV229°23°98°
CMYK 0.230.190.00   0.02
XYZ60.349560.820599.0012
Yxy60.82050.27410.2762
Hunter Lab77.98751.6515-20.6744
CIE-Lab82.28226.1193-24.3047

#c0cbfa color RGB value is (192,203,250).

#c0cbfa hex color red value is 192, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c0cbfa hue: 0.64 , saturation: 0.85 and the lightness value of c0cbfa is 0.87.

The process color (four color CMYK) of #c0cbfa color hex is 0.23, 0.19, 0.00, 0.02. Web safe color of #c0cbfa is #ccccff. Color #c0cbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001011 11111010
Octal 300 313 372
Decimal 192 203 250
Hex C0 CB FA

RGB Percentages of Color #c0cbfa

%29.77
%31.47
%38.76

CMYK Percentages of Color #c0cbfa

%23
%19
%0
%2

Triadic Colors of #c0cbfa

#c0cbfa #fac0cb #cbfac0

Analogous Colors of #c0cbfa

#c0cbfa #d2c0fa #c0e8fa

Monochromatic Colors of #c0cbfa

#c0cbfa

Complementary Color

#c0cbfa #faefc0

#c0cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cbfa Color CSS Codes

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

#c0cbfa Text Font Color

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

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


#c0cbfa Background Color

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

This div background color is #c0cbfa


#c0cbfa Border Color

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

This div border color is #c0cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cbfa


Comments

No comments written yet.

Please login to write comment.