Color Hex Logo

#cbaed7 Color Hex

#CBAED7
(203,174,215)
0 Favorites   0 Comments

Color spaces of #cbaed7

RGB 203174215
HSL0.780.340.76
HSV282°19°84°
CMYK 0.060.190.00   0.16
XYZ52.030447.874970.7885
Yxy47.87490.30480.2805
Hunter Lab69.191713.1420-12.2241
CIE-Lab74.746017.8721-16.8011

#cbaed7 color RGB value is (203,174,215).

#cbaed7 hex color red value is 203, green value is 174 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #cbaed7 hue: 0.78 , saturation: 0.34 and the lightness value of cbaed7 is 0.76.

The process color (four color CMYK) of #cbaed7 color hex is 0.06, 0.19, 0.00, 0.16. Web safe color of #cbaed7 is #cc99cc. Color #cbaed7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11010111
Octal 313 256 327
Decimal 203 174 215
Hex CB AE D7

RGB Percentages of Color #cbaed7

%34.29
%29.39
%36.32

CMYK Percentages of Color #cbaed7

%6
%19
%0
%16

Triadic Colors of #cbaed7

#cbaed7 #d7cbae #aed7cb

Analogous Colors of #cbaed7

#cbaed7 #d7aecf #b7aed7

Monochromatic Colors of #cbaed7

#cbaed7

Complementary Color

#cbaed7 #bad7ae

#cbaed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaed7 Color CSS Codes

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

#cbaed7 Text Font Color

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

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


#cbaed7 Background Color

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

This div background color is #cbaed7


#cbaed7 Border Color

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

This div border color is #cbaed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaed7


Comments

No comments written yet.

Please login to write comment.