Color Hex Logo

#c8cbee Color Hex

#C8CBEE
(200,203,238)
0 Favorites   0 Comments

Color spaces of #c8cbee

RGB 200203238
HSL0.650.530.86
HSV235°16°93°
CMYK 0.160.150.00   0.07
XYZ60.608061.164389.5004
Yxy61.16430.28690.2895
Hunter Lab78.20761.4676-13.1059
CIE-Lab82.46705.9353-17.5784

#c8cbee color RGB value is (200,203,238).

#c8cbee hex color red value is 200, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c8cbee hue: 0.65 , saturation: 0.53 and the lightness value of c8cbee is 0.86.

The process color (four color CMYK) of #c8cbee color hex is 0.16, 0.15, 0.00, 0.07. Web safe color of #c8cbee is #ccccff. Color #c8cbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001011 11101110
Octal 310 313 356
Decimal 200 203 238
Hex C8 CB EE

RGB Percentages of Color #c8cbee

%31.20
%31.67
%37.13

CMYK Percentages of Color #c8cbee

%16
%15
%0
%7

Triadic Colors of #c8cbee

#c8cbee #eec8cb #cbeec8

Analogous Colors of #c8cbee

#c8cbee #d8c8ee #c8deee

Monochromatic Colors of #c8cbee

#c8cbee

Complementary Color

#c8cbee #eeebc8

#c8cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cbee Color CSS Codes

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

#c8cbee Text Font Color

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

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


#c8cbee Background Color

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

This div background color is #c8cbee


#c8cbee Border Color

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

This div border color is #c8cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cbee


Comments

No comments written yet.

Please login to write comment.