Color Hex Logo

#bde3ea Color Hex

#BDE3EA
(189,227,234)
0 Favorites   0 Comments

Color spaces of #bde3ea

RGB 189227234
HSL0.530.520.83
HSV189°19°92°
CMYK 0.190.030.00   0.08
XYZ63.306671.697588.3443
Yxy71.69750.28340.3210
Hunter Lab84.6744-14.7250-2.5877
CIE-Lab87.8228-10.8552-7.5341

#bde3ea color RGB value is (189,227,234).

#bde3ea hex color red value is 189, green value is 227 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bde3ea hue: 0.53 , saturation: 0.52 and the lightness value of bde3ea is 0.83.

The process color (four color CMYK) of #bde3ea color hex is 0.19, 0.03, 0.00, 0.08. Web safe color of #bde3ea is #ccccff. Color #bde3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 11101010
Octal 275 343 352
Decimal 189 227 234
Hex BD E3 EA

RGB Percentages of Color #bde3ea

%29.08
%34.92
%36.00

CMYK Percentages of Color #bde3ea

%19
%3
%0
%8

Triadic Colors of #bde3ea

#bde3ea #eabde3 #e3eabd

Analogous Colors of #bde3ea

#bde3ea #bdcdea #bdeadb

Monochromatic Colors of #bde3ea

#bde3ea

Complementary Color

#bde3ea #eac4bd

#bde3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde3ea Color CSS Codes

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

#bde3ea Text Font Color

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

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


#bde3ea Background Color

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

This div background color is #bde3ea


#bde3ea Border Color

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

This div border color is #bde3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde3ea

#bde3ea Color Palettes


Comments

No comments written yet.

Please login to write comment.