Color Hex Logo

#bdeeca Color Hex

#BDEECA
(189,238,202)
0 Favorites   0 Comments

Color spaces of #bdeeca

RGB 189238202
HSL0.380.590.84
HSV136°21°93°
CMYK 0.210.000.15   0.07
XYZ62.221576.232267.3120
Yxy76.23220.30240.3705
Hunter Lab87.3111-25.587815.4084
CIE-Lab89.9670-22.606912.3262

#bdeeca color RGB value is (189,238,202).

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

The process color (four color CMYK) of #bdeeca color hex is 0.21, 0.00, 0.15, 0.07. Web safe color of #bdeeca is #ccffcc. Color #bdeeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 11001010
Octal 275 356 312
Decimal 189 238 202
Hex BD EE CA

RGB Percentages of Color #bdeeca

%30.05
%37.84
%32.11

CMYK Percentages of Color #bdeeca

%21
%0
%15
%7

Triadic Colors of #bdeeca

#bdeeca #cabdee #eecabd

Analogous Colors of #bdeeca

#bdeeca #bdeee3 #c9eebd

Monochromatic Colors of #bdeeca

#bdeeca

Complementary Color

#bdeeca #eebde1

#bdeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeeca Color CSS Codes

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

#bdeeca Text Font Color

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

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


#bdeeca Background Color

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

This div background color is #bdeeca


#bdeeca Border Color

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

This div border color is #bdeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeeca

#bdeeca Color Palettes


Comments

No comments written yet.

Please login to write comment.