Color Hex Logo

#cfadeb Color Hex

#CFADEB
(207,173,235)
0 Favorites   0 Comments

Color spaces of #cfadeb

RGB 207173235
HSL0.760.610.80
HSV273°26°92°
CMYK 0.120.260.00   0.08
XYZ55.671149.150785.1501
Yxy49.15070.29300.2587
Hunter Lab70.107619.0553-22.9362
CIE-Lab75.545023.7538-26.4269

#cfadeb color RGB value is (207,173,235).

#cfadeb hex color red value is 207, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cfadeb hue: 0.76 , saturation: 0.61 and the lightness value of cfadeb is 0.80.

The process color (four color CMYK) of #cfadeb color hex is 0.12, 0.26, 0.00, 0.08. Web safe color of #cfadeb is #cc99ff. Color #cfadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 11101011
Octal 317 255 353
Decimal 207 173 235
Hex CF AD EB

RGB Percentages of Color #cfadeb

%33.66
%28.13
%38.21

CMYK Percentages of Color #cfadeb

%12
%26
%0
%8

Triadic Colors of #cfadeb

#cfadeb #ebcfad #adebcf

Analogous Colors of #cfadeb

#cfadeb #ebade8 #b0adeb

Monochromatic Colors of #cfadeb

#cfadeb

Complementary Color

#cfadeb #c9ebad

#cfadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfadeb Color CSS Codes

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

#cfadeb Text Font Color

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

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


#cfadeb Background Color

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

This div background color is #cfadeb


#cfadeb Border Color

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

This div border color is #cfadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfadeb


Comments

No comments written yet.

Please login to write comment.