Color Hex Logo

#bdf0ef Color Hex

#BDF0EF
(189,240,239)
0 Favorites   0 Comments

Color spaces of #bdf0ef

RGB 189240239
HSL0.500.630.84
HSV179°21°94°
CMYK 0.210.000.00   0.06
XYZ67.726379.371093.4119
Yxy79.37100.28160.3300
Hunter Lab89.0904-20.21300.1973
CIE-Lab91.4019-16.3485-4.8639

#bdf0ef color RGB value is (189,240,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 11101111
Octal 275 360 357
Decimal 189 240 239
Hex BD F0 EF

RGB Percentages of Color #bdf0ef

%28.29
%35.93
%35.78

CMYK Percentages of Color #bdf0ef

%21
%0
%0
%6

Triadic Colors of #bdf0ef

#bdf0ef #efbdf0 #f0efbd

Analogous Colors of #bdf0ef

#bdf0ef #bdd8f0 #bdf0d6

Monochromatic Colors of #bdf0ef

#bdf0ef

Complementary Color

#bdf0ef #f0bdbe

#bdf0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf0ef Color CSS Codes

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

#bdf0ef Text Font Color

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

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


#bdf0ef Background Color

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

This div background color is #bdf0ef


#bdf0ef Border Color

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

This div border color is #bdf0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf0ef

#bdf0ef Color Palettes


Comments

No comments written yet.

Please login to write comment.