Color Hex Logo

#cbd2ee Color Hex

#CBD2EE
(203,210,238)
0 Favorites   0 Comments

Color spaces of #cbd2ee

RGB 203210238
HSL0.630.510.86
HSV228°15°93°
CMYK 0.150.120.00   0.07
XYZ63.107864.962790.1018
Yxy64.96270.28930.2978
Hunter Lab80.5994-1.2870-9.8604
CIE-Lab84.46453.1625-14.5531

#cbd2ee color RGB value is (203,210,238).

#cbd2ee hex color red value is 203, green value is 210 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbd2ee hue: 0.63 , saturation: 0.51 and the lightness value of cbd2ee is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 11101110
Octal 313 322 356
Decimal 203 210 238
Hex CB D2 EE

RGB Percentages of Color #cbd2ee

%31.18
%32.26
%36.56

CMYK Percentages of Color #cbd2ee

%15
%12
%0
%7

Triadic Colors of #cbd2ee

#cbd2ee #eecbd2 #d2eecb

Analogous Colors of #cbd2ee

#cbd2ee #d6cbee #cbe4ee

Monochromatic Colors of #cbd2ee

#cbd2ee

Complementary Color

#cbd2ee #eee7cb

#cbd2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd2ee Color CSS Codes

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

#cbd2ee Text Font Color

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

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


#cbd2ee Background Color

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

This div background color is #cbd2ee


#cbd2ee Border Color

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

This div border color is #cbd2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd2ee


Comments

No comments written yet.

Please login to write comment.