Color Hex Logo

#cbafd5 Color Hex

#CBAFD5
(203,175,213)
0 Favorites   0 Comments

Color spaces of #cbafd5

RGB 203175213
HSL0.790.310.76
HSV284°18°84°
CMYK 0.050.180.00   0.16
XYZ51.968848.160669.5077
Yxy48.16060.30640.2839
Hunter Lab69.397812.2241-10.8054
CIE-Lab74.926116.9341-15.4392

#cbafd5 color RGB value is (203,175,213).

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

The process color (four color CMYK) of #cbafd5 color hex is 0.05, 0.18, 0.00, 0.16. Web safe color of #cbafd5 is #cc99cc. Color #cbafd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 11010101
Octal 313 257 325
Decimal 203 175 213
Hex CB AF D5

RGB Percentages of Color #cbafd5

%34.35
%29.61
%36.04

CMYK Percentages of Color #cbafd5

%5
%18
%0
%16

Triadic Colors of #cbafd5

#cbafd5 #d5cbaf #afd5cb

Analogous Colors of #cbafd5

#cbafd5 #d5afcc #b8afd5

Monochromatic Colors of #cbafd5

#cbafd5

Complementary Color

#cbafd5 #b9d5af

#cbafd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbafd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbafd5 Color CSS Codes

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

#cbafd5 Text Font Color

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

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


#cbafd5 Background Color

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

This div background color is #cbafd5


#cbafd5 Border Color

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

This div border color is #cbafd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbafd5


Comments

No comments written yet.

Please login to write comment.