Color Hex Logo

#b0dfdf Color Hex

#B0DFDF
(176,223,223)
0 Favorites   0 Comments

Color spaces of #b0dfdf

RGB 176223223
HSL0.500.420.78
HSV180°21°87°
CMYK 0.210.000.00   0.13
XYZ57.611567.333279.7722
Yxy67.33320.28140.3289
Hunter Lab82.0568-18.2758-0.1995
CIE-Lab85.6719-15.0918-5.0028

#b0dfdf color RGB value is (176,223,223).

#b0dfdf hex color red value is 176, green value is 223 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b0dfdf hue: 0.50 , saturation: 0.42 and the lightness value of b0dfdf is 0.78.

The process color (four color CMYK) of #b0dfdf color hex is 0.21, 0.00, 0.00, 0.13. Web safe color of #b0dfdf is #99cccc. Color #b0dfdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011111 11011111
Octal 260 337 337
Decimal 176 223 223
Hex B0 DF DF

RGB Percentages of Color #b0dfdf

%28.30
%35.85
%35.85

CMYK Percentages of Color #b0dfdf

%21
%0
%0
%13

Triadic Colors of #b0dfdf

#b0dfdf #dfb0df #dfdfb0

Analogous Colors of #b0dfdf

#b0dfdf #b0c8df #b0dfc8

Monochromatic Colors of #b0dfdf

#b0dfdf

Complementary Color

#b0dfdf #dfb0b0

#b0dfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0dfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0dfdf Color CSS Codes

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

#b0dfdf Text Font Color

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

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


#b0dfdf Background Color

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

This div background color is #b0dfdf


#b0dfdf Border Color

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

This div border color is #b0dfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0dfdf

#b0dfdf Color Palettes


Comments

No comments written yet.

Please login to write comment.