Color Hex Logo

#cbade4 Color Hex

#CBADE4
(203,173,228)
0 Favorites   0 Comments

Color spaces of #cbade4

RGB 203173228
HSL0.760.500.79
HSV273°24°89°
CMYK 0.110.240.00   0.11
XYZ53.575848.185179.8757
Yxy48.18510.29500.2653
Hunter Lab69.415516.2916-19.6336
CIE-Lab74.941521.0392-23.5814

#cbade4 color RGB value is (203,173,228).

#cbade4 hex color red value is 203, green value is 173 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #cbade4 hue: 0.76 , saturation: 0.50 and the lightness value of cbade4 is 0.79.

The process color (four color CMYK) of #cbade4 color hex is 0.11, 0.24, 0.00, 0.11. Web safe color of #cbade4 is #cc99cc. Color #cbade4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 11100100
Octal 313 255 344
Decimal 203 173 228
Hex CB AD E4

RGB Percentages of Color #cbade4

%33.61
%28.64
%37.75

CMYK Percentages of Color #cbade4

%11
%24
%0
%11

Triadic Colors of #cbade4

#cbade4 #e4cbad #ade4cb

Analogous Colors of #cbade4

#cbade4 #e4ade2 #b0ade4

Monochromatic Colors of #cbade4

#cbade4

Complementary Color

#cbade4 #c6e4ad

#cbade4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbade4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbade4 Color CSS Codes

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

#cbade4 Text Font Color

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

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


#cbade4 Background Color

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

This div background color is #cbade4


#cbade4 Border Color

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

This div border color is #cbade4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbade4


Comments

No comments written yet.

Please login to write comment.