Color Hex Logo

#cfafeb Color Hex

#CFAFEB
(207,175,235)
0 Favorites   0 Comments

Color spaces of #cfafeb

RGB 207175235
HSL0.760.600.80
HSV272°26°92°
CMYK 0.120.260.00   0.08
XYZ56.057549.923585.2789
Yxy49.92350.29310.2610
Hunter Lab70.656617.9693-22.1004
CIE-Lab76.022322.6621-25.6968

#cfafeb color RGB value is (207,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 11101011
Octal 317 257 353
Decimal 207 175 235
Hex CF AF EB

RGB Percentages of Color #cfafeb

%33.55
%28.36
%38.09

CMYK Percentages of Color #cfafeb

%12
%26
%0
%8

Triadic Colors of #cfafeb

#cfafeb #ebcfaf #afebcf

Analogous Colors of #cfafeb

#cfafeb #ebafe9 #b1afeb

Monochromatic Colors of #cfafeb

#cfafeb

Complementary Color

#cfafeb #cbebaf

#cfafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfafeb Color CSS Codes

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

#cfafeb Text Font Color

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

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


#cfafeb Background Color

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

This div background color is #cfafeb


#cfafeb Border Color

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

This div border color is #cfafeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,175,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 #cfafeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfafeb


Comments

No comments written yet.

Please login to write comment.