Color Hex Logo

#bdeaeb Color Hex

#BDEAEB
(189,234,235)
0 Favorites   0 Comments

Color spaces of #bdeaeb

RGB 189234235
HSL0.500.530.83
HSV181°20°92°
CMYK 0.200.000.00   0.08
XYZ65.404575.662689.7544
Yxy75.66260.28340.3278
Hunter Lab86.9843-18.0062-0.2892
CIE-Lab89.7025-14.1862-5.2806

#bdeaeb color RGB value is (189,234,235).

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

The process color (four color CMYK) of #bdeaeb color hex is 0.20, 0.00, 0.00, 0.08. Web safe color of #bdeaeb is #ccffff. Color #bdeaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11101011
Octal 275 352 353
Decimal 189 234 235
Hex BD EA EB

RGB Percentages of Color #bdeaeb

%28.72
%35.56
%35.71

CMYK Percentages of Color #bdeaeb

%20
%0
%0
%8

Triadic Colors of #bdeaeb

#bdeaeb #ebbdea #eaebbd

Analogous Colors of #bdeaeb

#bdeaeb #bdd3eb #bdebd5

Monochromatic Colors of #bdeaeb

#bdeaeb

Complementary Color

#bdeaeb #ebbebd

#bdeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeaeb Color CSS Codes

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

#bdeaeb Text Font Color

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

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


#bdeaeb Background Color

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

This div background color is #bdeaeb


#bdeaeb Border Color

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

This div border color is #bdeaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeaeb


Comments

No comments written yet.

Please login to write comment.