Color Hex Logo

#cbaefd Color Hex

#CBAEFD
(203,174,253)
0 Favorites   0 Comments

Color spaces of #cbaefd

RGB 203174253
HSL0.730.950.84
HSV262°31°99°
CMYK 0.200.310.00   0.01
XYZ57.494350.060599.5609
Yxy50.06050.27760.2417
Hunter Lab70.753421.2307-33.9027
CIE-Lab76.106425.8519-35.3171

#cbaefd color RGB value is (203,174,253).

#cbaefd hex color red value is 203, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cbaefd hue: 0.73 , saturation: 0.95 and the lightness value of cbaefd is 0.84.

The process color (four color CMYK) of #cbaefd color hex is 0.20, 0.31, 0.00, 0.01. Web safe color of #cbaefd is #cc99ff. Color #cbaefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11111101
Octal 313 256 375
Decimal 203 174 253
Hex CB AE FD

RGB Percentages of Color #cbaefd

%32.22
%27.62
%40.16

CMYK Percentages of Color #cbaefd

%20
%31
%0
%1

Triadic Colors of #cbaefd

#cbaefd #fdcbae #aefdcb

Analogous Colors of #cbaefd

#cbaefd #f3aefd #aeb9fd

Monochromatic Colors of #cbaefd

#cbaefd

Complementary Color

#cbaefd #e0fdae

#cbaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaefd Color CSS Codes

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

#cbaefd Text Font Color

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

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


#cbaefd Background Color

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

This div background color is #cbaefd


#cbaefd Border Color

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

This div border color is #cbaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaefd


Comments

No comments written yet.

Please login to write comment.