Color Hex Logo

#cbbeee Color Hex

#CBBEEE
(203,190,238)
0 Favorites   0 Comments

Color spaces of #cbbeee

RGB 203190238
HSL0.710.590.84
HSV256°20°93°
CMYK 0.150.200.00   0.07
XYZ58.474755.696588.5575
Yxy55.69650.28840.2747
Hunter Lab74.63019.2569-18.1136
CIE-Lab79.440813.8695-22.1358

#cbbeee color RGB value is (203,190,238).

#cbbeee hex color red value is 203, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbbeee hue: 0.71 , saturation: 0.59 and the lightness value of cbbeee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11101110
Octal 313 276 356
Decimal 203 190 238
Hex CB BE EE

RGB Percentages of Color #cbbeee

%32.17
%30.11
%37.72

CMYK Percentages of Color #cbbeee

%15
%20
%0
%7

Triadic Colors of #cbbeee

#cbbeee #eecbbe #beeecb

Analogous Colors of #cbbeee

#cbbeee #e3beee #bec9ee

Monochromatic Colors of #cbbeee

#cbbeee

Complementary Color

#cbbeee #e1eebe

#cbbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbeee Color CSS Codes

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

#cbbeee Text Font Color

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

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


#cbbeee Background Color

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

This div background color is #cbbeee


#cbbeee Border Color

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

This div border color is #cbbeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,190,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 #cbbeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbeee


Comments

No comments written yet.

Please login to write comment.