Color Hex Logo

#baeebf Color Hex

#BAEEBF
(186,238,191)
0 Favorites   0 Comments

Color spaces of #baeebf

RGB 186238191
HSL0.350.600.83
HSV126°22°93°
CMYK 0.220.000.20   0.07
XYZ60.228275.349860.6598
Yxy75.34980.30690.3840
Hunter Lab86.8043-28.057219.3305
CIE-Lab89.5566-25.524217.4268

#baeebf color RGB value is (186,238,191).

#baeebf hex color red value is 186, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #baeebf hue: 0.35 , saturation: 0.60 and the lightness value of baeebf is 0.83.

The process color (four color CMYK) of #baeebf color hex is 0.22, 0.00, 0.20, 0.07. Web safe color of #baeebf is #ccffcc. Color #baeebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 10111111
Octal 272 356 277
Decimal 186 238 191
Hex BA EE BF

RGB Percentages of Color #baeebf

%30.24
%38.70
%31.06

CMYK Percentages of Color #baeebf

%22
%0
%20
%7

Triadic Colors of #baeebf

#baeebf #bfbaee #eebfba

Analogous Colors of #baeebf

#baeebf #baeed9 #cfeeba

Monochromatic Colors of #baeebf

#baeebf

Complementary Color

#baeebf #eebae9

#baeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeebf Color CSS Codes

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

#baeebf Text Font Color

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

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


#baeebf Background Color

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

This div background color is #baeebf


#baeebf Border Color

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

This div border color is #baeebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeebf


Comments

No comments written yet.

Please login to write comment.