Color Hex Logo

#c0befb Color Hex

#C0BEFB
(192,190,251)
0 Favorites   0 Comments

Color spaces of #c0befb

RGB 192190251
HSL0.670.880.86
HSV242°24°98°
CMYK 0.240.240.00   0.02
XYZ57.564354.998498.8486
Yxy54.99840.27230.2601
Hunter Lab74.16098.7716-27.1146
CIE-Lab79.040313.3770-29.7945

#c0befb color RGB value is (192,190,251).

#c0befb hex color red value is 192, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c0befb hue: 0.67 , saturation: 0.88 and the lightness value of c0befb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111110 11111011
Octal 300 276 373
Decimal 192 190 251
Hex C0 BE FB

RGB Percentages of Color #c0befb

%30.33
%30.02
%39.65

CMYK Percentages of Color #c0befb

%24
%24
%0
%2

Triadic Colors of #c0befb

#c0befb #fbc0be #befbc0

Analogous Colors of #c0befb

#c0befb #dfbefb #bedbfb

Monochromatic Colors of #c0befb

#c0befb

Complementary Color

#c0befb #f9fbbe

#c0befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0befb Color CSS Codes

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

#c0befb Text Font Color

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

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


#c0befb Background Color

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

This div background color is #c0befb


#c0befb Border Color

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

This div border color is #c0befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0befb

Related Colors


Comments

No comments written yet.

Please login to write comment.