Color Hex Logo

#b7edea Color Hex

#B7EDEA
(183,237,234)
0 Favorites   0 Comments

Color spaces of #b7edea

RGB 183237234
HSL0.490.600.82
HSV177°23°93°
CMYK 0.230.000.01   0.07
XYZ64.663976.576289.2144
Yxy76.57620.28060.3323
Hunter Lab87.5078-21.23610.8092
CIE-Lab90.1262-17.6851-4.1731

#b7edea color RGB value is (183,237,234).

#b7edea hex color red value is 183, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b7edea hue: 0.49 , saturation: 0.60 and the lightness value of b7edea is 0.82.

The process color (four color CMYK) of #b7edea color hex is 0.23, 0.00, 0.01, 0.07. Web safe color of #b7edea is #ccffff. Color #b7edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101101 11101010
Octal 267 355 352
Decimal 183 237 234
Hex B7 ED EA

RGB Percentages of Color #b7edea

%27.98
%36.24
%35.78

CMYK Percentages of Color #b7edea

%23
%0
%1
%7

Triadic Colors of #b7edea

#b7edea #eab7ed #edeab7

Analogous Colors of #b7edea

#b7edea #b7d5ed #b7edcf

Monochromatic Colors of #b7edea

#b7edea

Complementary Color

#b7edea #edb7ba

#b7edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7edea Color CSS Codes

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

#b7edea Text Font Color

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

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


#b7edea Background Color

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

This div background color is #b7edea


#b7edea Border Color

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

This div border color is #b7edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7edea


Comments

No comments written yet.

Please login to write comment.