Color Hex Logo

#cfbaeb Color Hex

#CFBAEB
(207,186,235)
0 Favorites   0 Comments

Color spaces of #cfbaeb

RGB 207186235
HSL0.740.550.83
HSV266°21°92°
CMYK 0.120.210.00   0.08
XYZ58.286454.381486.0219
Yxy54.38140.29340.2737
Hunter Lab73.743712.0333-17.5410
CIE-Lab78.683616.6762-21.6422

#cfbaeb color RGB value is (207,186,235).

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

The process color (four color CMYK) of #cfbaeb color hex is 0.12, 0.21, 0.00, 0.08. Web safe color of #cfbaeb is #ccccff. Color #cfbaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111010 11101011
Octal 317 272 353
Decimal 207 186 235
Hex CF BA EB

RGB Percentages of Color #cfbaeb

%32.96
%29.62
%37.42

CMYK Percentages of Color #cfbaeb

%12
%21
%0
%8

Triadic Colors of #cfbaeb

#cfbaeb #ebcfba #baebcf

Analogous Colors of #cfbaeb

#cfbaeb #e8baeb #babeeb

Monochromatic Colors of #cfbaeb

#cfbaeb

Complementary Color

#cfbaeb #d6ebba

#cfbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbaeb Color CSS Codes

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

#cfbaeb Text Font Color

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

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


#cfbaeb Background Color

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

This div background color is #cfbaeb


#cfbaeb Border Color

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

This div border color is #cfbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbaeb


Comments

No comments written yet.

Please login to write comment.