Color Hex Logo

#c0beed Color Hex

#C0BEED
(192,190,237)
0 Favorites   0 Comments

Color spaces of #c0beed

RGB 192190237
HSL0.670.570.84
HSV243°20°93°
CMYK 0.190.200.00   0.07
XYZ55.437754.147887.6505
Yxy54.14780.28110.2745
Hunter Lab73.58525.7045-19.1133
CIE-Lab78.547810.2250-23.0358

#c0beed color RGB value is (192,190,237).

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

The process color (four color CMYK) of #c0beed color hex is 0.19, 0.20, 0.00, 0.07. Web safe color of #c0beed is #ccccff. Color #c0beed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111110 11101101
Octal 300 276 355
Decimal 192 190 237
Hex C0 BE ED

RGB Percentages of Color #c0beed

%31.02
%30.69
%38.29

CMYK Percentages of Color #c0beed

%19
%20
%0
%7

Triadic Colors of #c0beed

#c0beed #edc0be #beedc0

Analogous Colors of #c0beed

#c0beed #d8beed #bed4ed

Monochromatic Colors of #c0beed

#c0beed

Complementary Color

#c0beed #ebedbe

#c0beed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0beed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0beed Color CSS Codes

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

#c0beed Text Font Color

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

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


#c0beed Background Color

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

This div background color is #c0beed


#c0beed Border Color

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

This div border color is #c0beed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0beed


Comments

No comments written yet.

Please login to write comment.