Color Hex Logo

#bdeaca Color Hex

#BDEACA
(189,234,202)
0 Favorites   0 Comments

Color spaces of #bdeaca

RGB 189234202
HSL0.380.520.83
HSV137°19°92°
CMYK 0.190.000.14   0.08
XYZ61.069873.928766.9281
Yxy73.92870.30240.3661
Hunter Lab85.9818-23.686014.0360
CIE-Lab88.8888-20.654610.7916

#bdeaca color RGB value is (189,234,202).

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

The process color (four color CMYK) of #bdeaca color hex is 0.19, 0.00, 0.14, 0.08. Web safe color of #bdeaca is #ccffcc. Color #bdeaca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11001010
Octal 275 352 312
Decimal 189 234 202
Hex BD EA CA

RGB Percentages of Color #bdeaca

%30.24
%37.44
%32.32

CMYK Percentages of Color #bdeaca

%19
%0
%14
%8

Triadic Colors of #bdeaca

#bdeaca #cabdea #eacabd

Analogous Colors of #bdeaca

#bdeaca #bdeae1 #c7eabd

Monochromatic Colors of #bdeaca

#bdeaca

Complementary Color

#bdeaca #eabddd

#bdeaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeaca Color CSS Codes

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

#bdeaca Text Font Color

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

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


#bdeaca Background Color

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

This div background color is #bdeaca


#bdeaca Border Color

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

This div border color is #bdeaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeaca


Comments

No comments written yet.

Please login to write comment.