Color Hex Logo

#bdedaf Color Hex

#BDEDAF
(189,237,175)
0 Favorites   0 Comments

Color spaces of #bdedaf

RGB 189237175
HSL0.300.630.81
HSV106°26°93°
CMYK 0.200.000.26   0.07
XYZ59.008374.482351.8239
Yxy74.48230.31840.4019
Hunter Lab86.3031-28.984124.8093
CIE-Lab89.1499-26.690725.1389

#bdedaf color RGB value is (189,237,175).

#bdedaf hex color red value is 189, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdedaf hue: 0.30 , saturation: 0.63 and the lightness value of bdedaf is 0.81.

The process color (four color CMYK) of #bdedaf color hex is 0.20, 0.00, 0.26, 0.07. Web safe color of #bdedaf is #ccff99. Color #bdedaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10101111
Octal 275 355 257
Decimal 189 237 175
Hex BD ED AF

RGB Percentages of Color #bdedaf

%31.45
%39.43
%29.12

CMYK Percentages of Color #bdedaf

%20
%0
%26
%7

Triadic Colors of #bdedaf

#bdedaf #afbded #edafbd

Analogous Colors of #bdedaf

#bdedaf #afedc0 #dcedaf

Monochromatic Colors of #bdedaf

#bdedaf

Complementary Color

#bdedaf #dfafed

#bdedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedaf Color CSS Codes

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

#bdedaf Text Font Color

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

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


#bdedaf Background Color

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

This div background color is #bdedaf


#bdedaf Border Color

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

This div border color is #bdedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedaf


Comments

No comments written yet.

Please login to write comment.