Color Hex Logo

#beaecf Color Hex

#BEAECF
(190,174,207)
0 Favorites   0 Comments

Color spaces of #beaecf

RGB 190174207
HSL0.750.260.75
HSV269°16°81°
CMYK 0.080.160.00   0.19
XYZ47.633745.724265.3466
Yxy45.72420.30010.2881
Hunter Lab67.61977.4073-9.9632
CIE-Lab73.366211.9576-14.6213

#beaecf color RGB value is (190,174,207).

#beaecf hex color red value is 190, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #beaecf hue: 0.75 , saturation: 0.26 and the lightness value of beaecf is 0.75.

The process color (four color CMYK) of #beaecf color hex is 0.08, 0.16, 0.00, 0.19. Web safe color of #beaecf is #cc99cc. Color #beaecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11001111
Octal 276 256 317
Decimal 190 174 207
Hex BE AE CF

RGB Percentages of Color #beaecf

%33.27
%30.47
%36.25

CMYK Percentages of Color #beaecf

%8
%16
%0
%19

Triadic Colors of #beaecf

#beaecf #cfbeae #aecfbe

Analogous Colors of #beaecf

#beaecf #cfaecf #aeafcf

Monochromatic Colors of #beaecf

#beaecf

Complementary Color

#beaecf #bfcfae

#beaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaecf Color CSS Codes

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

#beaecf Text Font Color

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

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


#beaecf Background Color

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

This div background color is #beaecf


#beaecf Border Color

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

This div border color is #beaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaecf

#beaecf Color Palettes


Comments

No comments written yet.

Please login to write comment.