Color Hex Logo

#cfbaef Color Hex

#CFBAEF
(207,186,239)
0 Favorites   0 Comments

Color spaces of #cfbaef

RGB 207186239
HSL0.730.620.83
HSV264°22°94°
CMYK 0.130.220.00   0.06
XYZ58.871054.615289.1003
Yxy54.61520.29060.2696
Hunter Lab73.902112.8659-19.7517
CIE-Lab78.819117.5077-23.5883

#cfbaef color RGB value is (207,186,239).

#cfbaef hex color red value is 207, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cfbaef hue: 0.73 , saturation: 0.62 and the lightness value of cfbaef is 0.83.

The process color (four color CMYK) of #cfbaef color hex is 0.13, 0.22, 0.00, 0.06. Web safe color of #cfbaef is #ccccff. Color #cfbaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111010 11101111
Octal 317 272 357
Decimal 207 186 239
Hex CF BA EF

RGB Percentages of Color #cfbaef

%32.75
%29.43
%37.82

CMYK Percentages of Color #cfbaef

%13
%22
%0
%6

Triadic Colors of #cfbaef

#cfbaef #efcfba #baefcf

Analogous Colors of #cfbaef

#cfbaef #eabaef #bac0ef

Monochromatic Colors of #cfbaef

#cfbaef

Complementary Color

#cfbaef #daefba

#cfbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbaef Color CSS Codes

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

#cfbaef Text Font Color

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

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


#cfbaef Background Color

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

This div background color is #cfbaef


#cfbaef Border Color

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

This div border color is #cfbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbaef


Comments

No comments written yet.

Please login to write comment.