Color Hex Logo

#bdeeed Color Hex

#BDEEED
(189,238,237)
0 Favorites   0 Comments

Color spaces of #bdeeed

RGB 189238237
HSL0.500.590.84
HSV179°21°93°
CMYK 0.210.000.00   0.07
XYZ66.846978.082391.6690
Yxy78.08230.28250.3300
Hunter Lab88.3642-19.60330.3475
CIE-Lab90.8174-15.7707-4.6822

#bdeeed color RGB value is (189,238,237).

#bdeeed hex color red value is 189, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bdeeed hue: 0.50 , saturation: 0.59 and the lightness value of bdeeed is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 11101101
Octal 275 356 355
Decimal 189 238 237
Hex BD EE ED

RGB Percentages of Color #bdeeed

%28.46
%35.84
%35.69

CMYK Percentages of Color #bdeeed

%21
%0
%0
%7

Triadic Colors of #bdeeed

#bdeeed #edbdee #eeedbd

Analogous Colors of #bdeeed

#bdeeed #bdd7ee #bdeed5

Monochromatic Colors of #bdeeed

#bdeeed

Complementary Color

#bdeeed #eebdbe

#bdeeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeeed Color CSS Codes

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

#bdeeed Text Font Color

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

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


#bdeeed Background Color

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

This div background color is #bdeeed


#bdeeed Border Color

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

This div border color is #bdeeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeeed

#bdeeed Color Palettes


Comments

No comments written yet.

Please login to write comment.