Color Hex Logo

#b7e0cd Color Hex

#B7E0CD
(183,224,205)
0 Favorites   0 Comments

Color spaces of #b7e0cd

RGB 183224205
HSL0.420.400.80
HSV152°18°88°
CMYK 0.180.000.08   0.12
XYZ57.203567.786467.8267
Yxy67.78640.29670.3516
Hunter Lab82.3325-20.06258.7888
CIE-Lab85.8995-17.07414.8801

#b7e0cd color RGB value is (183,224,205).

#b7e0cd hex color red value is 183, green value is 224 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b7e0cd hue: 0.42 , saturation: 0.40 and the lightness value of b7e0cd is 0.80.

The process color (four color CMYK) of #b7e0cd color hex is 0.18, 0.00, 0.08, 0.12. Web safe color of #b7e0cd is #cccccc. Color #b7e0cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11100000 11001101
Octal 267 340 315
Decimal 183 224 205
Hex B7 E0 CD

RGB Percentages of Color #b7e0cd

%29.90
%36.60
%33.50

CMYK Percentages of Color #b7e0cd

%18
%0
%8
%12

Triadic Colors of #b7e0cd

#b7e0cd #cdb7e0 #e0cdb7

Analogous Colors of #b7e0cd

#b7e0cd #b7dfe0 #b7e0b9

Monochromatic Colors of #b7e0cd

#b7e0cd

Complementary Color

#b7e0cd #e0b7ca

#b7e0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7e0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7e0cd Color CSS Codes

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

#b7e0cd Text Font Color

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

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


#b7e0cd Background Color

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

This div background color is #b7e0cd


#b7e0cd Border Color

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

This div border color is #b7e0cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,224,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7e0cd


Comments

No comments written yet.

Please login to write comment.