Color Hex Logo

#cbc4ea Color Hex

#CBC4EA
(203,196,234)
0 Favorites   0 Comments

Color spaces of #cbc4ea

RGB 203196234
HSL0.700.480.84
HSV251°16°92°
CMYK 0.130.160.00   0.08
XYZ59.219858.116985.9384
Yxy58.11690.29130.2859
Hunter Lab76.23445.2506-13.4730
CIE-Lab80.80379.7933-17.9270

#cbc4ea color RGB value is (203,196,234).

#cbc4ea hex color red value is 203, green value is 196 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cbc4ea hue: 0.70 , saturation: 0.48 and the lightness value of cbc4ea is 0.84.

The process color (four color CMYK) of #cbc4ea color hex is 0.13, 0.16, 0.00, 0.08. Web safe color of #cbc4ea is #ccccff. Color #cbc4ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 11101010
Octal 313 304 352
Decimal 203 196 234
Hex CB C4 EA

RGB Percentages of Color #cbc4ea

%32.07
%30.96
%36.97

CMYK Percentages of Color #cbc4ea

%13
%16
%0
%8

Triadic Colors of #cbc4ea

#cbc4ea #eacbc4 #c4eacb

Analogous Colors of #cbc4ea

#cbc4ea #dec4ea #c4d0ea

Monochromatic Colors of #cbc4ea

#cbc4ea

Complementary Color

#cbc4ea #e3eac4

#cbc4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc4ea Color CSS Codes

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

#cbc4ea Text Font Color

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

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


#cbc4ea Background Color

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

This div background color is #cbc4ea


#cbc4ea Border Color

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

This div border color is #cbc4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc4ea


Comments

No comments written yet.

Please login to write comment.