Color Hex Logo

#cbc1ec Color Hex

#CBC1EC
(203,193,236)
0 Favorites   0 Comments

Color spaces of #cbc1ec

RGB 203193236
HSL0.710.530.84
HSV254°18°93°
CMYK 0.140.180.00   0.07
XYZ58.838956.892687.2371
Yxy56.89260.28990.2803
Hunter Lab75.42727.2459-15.7742
CIE-Lab80.119111.8265-20.0337

#cbc1ec color RGB value is (203,193,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 11101100
Octal 313 301 354
Decimal 203 193 236
Hex CB C1 EC

RGB Percentages of Color #cbc1ec

%32.12
%30.54
%37.34

CMYK Percentages of Color #cbc1ec

%14
%18
%0
%7

Triadic Colors of #cbc1ec

#cbc1ec #eccbc1 #c1eccb

Analogous Colors of #cbc1ec

#cbc1ec #e1c1ec #c1cdec

Monochromatic Colors of #cbc1ec

#cbc1ec

Complementary Color

#cbc1ec #e2ecc1

#cbc1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc1ec Color CSS Codes

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

#cbc1ec Text Font Color

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

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


#cbc1ec Background Color

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

This div background color is #cbc1ec


#cbc1ec Border Color

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

This div border color is #cbc1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc1ec


Comments

No comments written yet.

Please login to write comment.