Color Hex Logo

#bdffea Color Hex

#BDFFEA
(189,255,234)
1 Favorites   0 Comments

Color spaces of #bdffea

RGB 189255234
HSL0.451.000.87
HSV161°26°100°
CMYK 0.260.000.08   0.00
XYZ71.597588.279391.1079
Yxy88.27930.28530.3517
Hunter Lab93.9571-28.40378.2779
CIE-Lab95.2784-24.70593.3952

#bdffea color RGB value is (189,255,234).

#bdffea hex color red value is 189, green value is 255 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bdffea hue: 0.45 , saturation: 1.00 and the lightness value of bdffea is 0.87.

The process color (four color CMYK) of #bdffea color hex is 0.26, 0.00, 0.08, 0.00. Web safe color of #bdffea is #ccffff. Color #bdffea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 11101010
Octal 275 377 352
Decimal 189 255 234
Hex BD FF EA

RGB Percentages of Color #bdffea

%27.88
%37.61
%34.51

CMYK Percentages of Color #bdffea

%26
%0
%8
%0

Triadic Colors of #bdffea

#bdffea #eabdff #ffeabd

Analogous Colors of #bdffea

#bdffea #bdf3ff #bdffc9

Monochromatic Colors of #bdffea

#bdffea

Complementary Color

#bdffea #ffbdd2

#bdffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdffea Color CSS Codes

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

#bdffea Text Font Color

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

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


#bdffea Background Color

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

This div background color is #bdffea


#bdffea Border Color

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

This div border color is #bdffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdffea


Comments

No comments written yet.

Please login to write comment.