Color Hex Logo

#bdefee Color Hex

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

Color spaces of #bdefee

RGB 189239238
HSL0.500.610.84
HSV179°21°94°
CMYK 0.210.000.00   0.06
XYZ67.285478.724992.5380
Yxy78.72490.28210.3300
Hunter Lab88.7271-19.90840.2724
CIE-Lab91.1097-16.0602-4.7732

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

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

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

Base Numbers

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

RGB Percentages of Color #bdefee

%28.38
%35.89
%35.74

CMYK Percentages of Color #bdefee

%21
%0
%0
%6

Triadic Colors of #bdefee

#bdefee #eebdef #efeebd

Analogous Colors of #bdefee

#bdefee #bdd7ef #bdefd5

Monochromatic Colors of #bdefee

#bdefee

Complementary Color

#bdefee #efbdbe

#bdefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefee Color CSS Codes

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

#bdefee Text Font Color

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

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


#bdefee Background Color

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

This div background color is #bdefee


#bdefee Border Color

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

This div border color is #bdefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefee


Comments

No comments written yet.

Please login to write comment.