Color Hex Logo

#bdf7ef Color Hex

#BDF7EF
(189,247,239)
0 Favorites   0 Comments

Color spaces of #bdf7ef

RGB 189247239
HSL0.480.780.85
HSV172°23°97°
CMYK 0.230.000.03   0.03
XYZ69.827083.572394.1122
Yxy83.57230.28210.3377
Hunter Lab91.4179-23.63912.9551
CIE-Lab93.2644-19.8062-2.1264

#bdf7ef color RGB value is (189,247,239).

#bdf7ef hex color red value is 189, green value is 247 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bdf7ef hue: 0.48 , saturation: 0.78 and the lightness value of bdf7ef is 0.85.

The process color (four color CMYK) of #bdf7ef color hex is 0.23, 0.00, 0.03, 0.03. Web safe color of #bdf7ef is #ccffff. Color #bdf7ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110111 11101111
Octal 275 367 357
Decimal 189 247 239
Hex BD F7 EF

RGB Percentages of Color #bdf7ef

%28.00
%36.59
%35.41

CMYK Percentages of Color #bdf7ef

%23
%0
%3
%3

Triadic Colors of #bdf7ef

#bdf7ef #efbdf7 #f7efbd

Analogous Colors of #bdf7ef

#bdf7ef #bde2f7 #bdf7d2

Monochromatic Colors of #bdf7ef

#bdf7ef

Complementary Color

#bdf7ef #f7bdc5

#bdf7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf7ef Color CSS Codes

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

#bdf7ef Text Font Color

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

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


#bdf7ef Background Color

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

This div background color is #bdf7ef


#bdf7ef Border Color

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

This div border color is #bdf7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf7ef


Comments

No comments written yet.

Please login to write comment.