Color Hex Logo

#bdefef Color Hex

#BDEFEF
(189,239,239)
0 Favorites   0 Comments

Color spaces of #bdefef

RGB 189239239
HSL0.500.610.84
HSV180°21°94°
CMYK 0.210.000.00   0.06
XYZ67.432878.783893.3141
Yxy78.78380.28150.3289
Hunter Lab88.7602-19.7207-0.1997
CIE-Lab91.1364-15.8501-5.2553

#bdefef color RGB value is (189,239,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 11101111
Octal 275 357 357
Decimal 189 239 239
Hex BD EF EF

RGB Percentages of Color #bdefef

%28.34
%35.83
%35.83

CMYK Percentages of Color #bdefef

%21
%0
%0
%6

Triadic Colors of #bdefef

#bdefef #efbdef #efefbd

Analogous Colors of #bdefef

#bdefef #bdd6ef #bdefd6

Monochromatic Colors of #bdefef

#bdefef

Complementary Color

#bdefef #efbdbd

#bdefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefef Color CSS Codes

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

#bdefef Text Font Color

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

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


#bdefef Background Color

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

This div background color is #bdefef


#bdefef Border Color

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

This div border color is #bdefef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,239,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 #bdefef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefef


Comments

No comments written yet.

Please login to write comment.