Color Hex Logo

#cbbeec Color Hex

#CBBEEC
(203,190,236)
0 Favorites   0 Comments

Color spaces of #cbbeec

RGB 203190236
HSL0.710.550.84
HSV257°19°93°
CMYK 0.140.190.00   0.07
XYZ58.182455.579687.0183
Yxy55.57960.28980.2768
Hunter Lab74.55178.8412-17.0183
CIE-Lab79.374013.4478-21.1631

#cbbeec color RGB value is (203,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 11101100
Octal 313 276 354
Decimal 203 190 236
Hex CB BE EC

RGB Percentages of Color #cbbeec

%32.27
%30.21
%37.52

CMYK Percentages of Color #cbbeec

%14
%19
%0
%7

Triadic Colors of #cbbeec

#cbbeec #eccbbe #beeccb

Analogous Colors of #cbbeec

#cbbeec #e2beec #bec8ec

Monochromatic Colors of #cbbeec

#cbbeec

Complementary Color

#cbbeec #dfecbe

#cbbeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbeec Color CSS Codes

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

#cbbeec Text Font Color

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

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


#cbbeec Background Color

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

This div background color is #cbbeec


#cbbeec Border Color

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

This div border color is #cbbeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbeec


Comments

No comments written yet.

Please login to write comment.