Color Hex Logo

#beedeb Color Hex

#BEEDEB
(190,237,235)
0 Favorites   0 Comments

Color spaces of #beedeb

RGB 190237235
HSL0.490.570.84
HSV177°20°93°
CMYK 0.200.000.01   0.07
XYZ66.514877.513790.0532
Yxy77.51370.28420.3311
Hunter Lab88.0419-19.21820.9848
CIE-Lab90.5575-15.3880-4.0142

#beedeb color RGB value is (190,237,235).

#beedeb hex color red value is 190, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #beedeb hue: 0.49 , saturation: 0.57 and the lightness value of beedeb is 0.84.

The process color (four color CMYK) of #beedeb color hex is 0.20, 0.00, 0.01, 0.07. Web safe color of #beedeb is #ccffff. Color #beedeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 11101011
Octal 276 355 353
Decimal 190 237 235
Hex BE ED EB

RGB Percentages of Color #beedeb

%28.70
%35.80
%35.50

CMYK Percentages of Color #beedeb

%20
%0
%1
%7

Triadic Colors of #beedeb

#beedeb #ebbeed #edebbe

Analogous Colors of #beedeb

#beedeb #bed8ed #beedd4

Monochromatic Colors of #beedeb

#beedeb

Complementary Color

#beedeb #edbec0

#beedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beedeb Color CSS Codes

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

#beedeb Text Font Color

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

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


#beedeb Background Color

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

This div background color is #beedeb


#beedeb Border Color

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

This div border color is #beedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beedeb


Comments

No comments written yet.

Please login to write comment.