Color Hex Logo

#cdb2ee Color Hex

#CDB2EE
(205,178,238)
0 Favorites   0 Comments

Color spaces of #cdb2ee

RGB 205178238
HSL0.740.640.82
HSV267°25°93°
CMYK 0.140.250.00   0.07
XYZ56.529850.993087.7521
Yxy50.99300.28950.2611
Hunter Lab71.409416.3395-22.8725
CIE-Lab76.674821.0240-26.3371

#cdb2ee color RGB value is (205,178,238).

#cdb2ee hex color red value is 205, green value is 178 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cdb2ee hue: 0.74 , saturation: 0.64 and the lightness value of cdb2ee is 0.82.

The process color (four color CMYK) of #cdb2ee color hex is 0.14, 0.25, 0.00, 0.07. Web safe color of #cdb2ee is #cc99ff. Color #cdb2ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110010 11101110
Octal 315 262 356
Decimal 205 178 238
Hex CD B2 EE

RGB Percentages of Color #cdb2ee

%33.01
%28.66
%38.33

CMYK Percentages of Color #cdb2ee

%14
%25
%0
%7

Triadic Colors of #cdb2ee

#cdb2ee #eecdb2 #b2eecd

Analogous Colors of #cdb2ee

#cdb2ee #ebb2ee #b2b5ee

Monochromatic Colors of #cdb2ee

#cdb2ee

Complementary Color

#cdb2ee #d3eeb2

#cdb2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb2ee Color CSS Codes

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

#cdb2ee Text Font Color

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

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


#cdb2ee Background Color

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

This div background color is #cdb2ee


#cdb2ee Border Color

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

This div border color is #cdb2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb2ee


Comments

No comments written yet.

Please login to write comment.