Color Hex Logo

#babeed Color Hex

#BABEED
(186,190,237)
0 Favorites   0 Comments

Color spaces of #babeed

RGB 186190237
HSL0.650.590.83
HSV235°22°93°
CMYK 0.220.200.00   0.07
XYZ53.949253.380487.5808
Yxy53.38040.27680.2739
Hunter Lab73.06193.9468-19.9288
CIE-Lab78.09918.3865-23.7602

#babeed color RGB value is (186,190,237).

#babeed hex color red value is 186, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #babeed hue: 0.65 , saturation: 0.59 and the lightness value of babeed is 0.83.

The process color (four color CMYK) of #babeed color hex is 0.22, 0.20, 0.00, 0.07. Web safe color of #babeed is #ccccff. Color #babeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11101101
Octal 272 276 355
Decimal 186 190 237
Hex BA BE ED

RGB Percentages of Color #babeed

%30.34
%31.00
%38.66

CMYK Percentages of Color #babeed

%22
%20
%0
%7

Triadic Colors of #babeed

#babeed #edbabe #beedba

Analogous Colors of #babeed

#babeed #d0baed #bad8ed

Monochromatic Colors of #babeed

#babeed

Complementary Color

#babeed #ede9ba

#babeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#babeed Color CSS Codes

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

#babeed Text Font Color

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

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


#babeed Background Color

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

This div background color is #babeed


#babeed Border Color

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

This div border color is #babeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babeed


Comments

No comments written yet.

Please login to write comment.