Color Hex Logo

#bdeeef Color Hex

#BDEEEF
(189,238,239)
0 Favorites   0 Comments

Color spaces of #bdeeef

RGB 189238239
HSL0.500.610.84
HSV181°21°94°
CMYK 0.210.000.00   0.06
XYZ67.140878.199993.2167
Yxy78.19990.28140.3278
Hunter Lab88.4307-19.2280-0.5974
CIE-Lab90.8710-15.3510-5.6467

#bdeeef color RGB value is (189,238,239).

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

The process color (four color CMYK) of #bdeeef color hex is 0.21, 0.00, 0.00, 0.06. Web safe color of #bdeeef is #ccffff. Color #bdeeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 11101111
Octal 275 356 357
Decimal 189 238 239
Hex BD EE EF

RGB Percentages of Color #bdeeef

%28.38
%35.74
%35.89

CMYK Percentages of Color #bdeeef

%21
%0
%0
%6

Triadic Colors of #bdeeef

#bdeeef #efbdee #eeefbd

Analogous Colors of #bdeeef

#bdeeef #bdd5ef #bdefd7

Monochromatic Colors of #bdeeef

#bdeeef

Complementary Color

#bdeeef #efbebd

#bdeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeeef Color CSS Codes

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

#bdeeef Text Font Color

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

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


#bdeeef Background Color

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

This div background color is #bdeeef


#bdeeef Border Color

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

This div border color is #bdeeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeeef


Comments

No comments written yet.

Please login to write comment.