Color Hex Logo

#badfea Color Hex

#BADFEA
(186,223,234)
0 Favorites   0 Comments

Color spaces of #badfea

RGB 186223234
HSL0.540.530.82
HSV194°21°92°
CMYK 0.210.050.00   0.08
XYZ61.488769.155087.9493
Yxy69.15500.28130.3164
Hunter Lab83.1595-13.5450-4.4933
CIE-Lab86.5807-9.7219-9.3971

#badfea color RGB value is (186,223,234).

#badfea hex color red value is 186, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #badfea hue: 0.54 , saturation: 0.53 and the lightness value of badfea is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11101010
Octal 272 337 352
Decimal 186 223 234
Hex BA DF EA

RGB Percentages of Color #badfea

%28.93
%34.68
%36.39

CMYK Percentages of Color #badfea

%21
%5
%0
%8

Triadic Colors of #badfea

#badfea #eabadf #dfeaba

Analogous Colors of #badfea

#badfea #bac7ea #baeadd

Monochromatic Colors of #badfea

#badfea

Complementary Color

#badfea #eac5ba

#badfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfea Color CSS Codes

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

#badfea Text Font Color

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

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


#badfea Background Color

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

This div background color is #badfea


#badfea Border Color

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

This div border color is #badfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfea


Comments

No comments written yet.

Please login to write comment.