Color Hex Logo

#cbbcef Color Hex

#CBBCEF
(203,188,239)
0 Favorites   0 Comments

Color spaces of #cbbcef

RGB 203188239
HSL0.720.610.84
HSV258°21°94°
CMYK 0.150.210.00   0.06
XYZ58.191854.894989.1901
Yxy54.89490.28770.2714
Hunter Lab74.091110.5361-19.5089
CIE-Lab78.980715.1657-23.3725

#cbbcef color RGB value is (203,188,239).

#cbbcef hex color red value is 203, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cbbcef hue: 0.72 , saturation: 0.61 and the lightness value of cbbcef is 0.84.

The process color (four color CMYK) of #cbbcef color hex is 0.15, 0.21, 0.00, 0.06. Web safe color of #cbbcef is #ccccff. Color #cbbcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 11101111
Octal 313 274 357
Decimal 203 188 239
Hex CB BC EF

RGB Percentages of Color #cbbcef

%32.22
%29.84
%37.94

CMYK Percentages of Color #cbbcef

%15
%21
%0
%6

Triadic Colors of #cbbcef

#cbbcef #efcbbc #bcefcb

Analogous Colors of #cbbcef

#cbbcef #e5bcef #bcc7ef

Monochromatic Colors of #cbbcef

#cbbcef

Complementary Color

#cbbcef #e0efbc

#cbbcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbcef Color CSS Codes

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

#cbbcef Text Font Color

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

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


#cbbcef Background Color

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

This div background color is #cbbcef


#cbbcef Border Color

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

This div border color is #cbbcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbcef


Comments

No comments written yet.

Please login to write comment.