Color Hex Logo

#beedf4 Color Hex

#BEEDF4
(190,237,244)
0 Favorites   0 Comments

Color spaces of #beedf4

RGB 190237244
HSL0.520.710.85
HSV188°22°96°
CMYK 0.220.030.00   0.04
XYZ67.848578.047297.0766
Yxy78.04720.27920.3212
Hunter Lab88.3443-17.5145-3.3094
CIE-Lab90.8014-13.4919-8.3525

#beedf4 color RGB value is (190,237,244).

#beedf4 hex color red value is 190, green value is 237 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #beedf4 hue: 0.52 , saturation: 0.71 and the lightness value of beedf4 is 0.85.

The process color (four color CMYK) of #beedf4 color hex is 0.22, 0.03, 0.00, 0.04. Web safe color of #beedf4 is #ccffff. Color #beedf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 11110100
Octal 276 355 364
Decimal 190 237 244
Hex BE ED F4

RGB Percentages of Color #beedf4

%28.32
%35.32
%36.36

CMYK Percentages of Color #beedf4

%22
%3
%0
%4

Triadic Colors of #beedf4

#beedf4 #f4beed #edf4be

Analogous Colors of #beedf4

#beedf4 #bed2f4 #bef4e0

Monochromatic Colors of #beedf4

#beedf4

Complementary Color

#beedf4 #f4c5be

#beedf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beedf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beedf4 Color CSS Codes

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

#beedf4 Text Font Color

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

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


#beedf4 Background Color

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

This div background color is #beedf4


#beedf4 Border Color

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

This div border color is #beedf4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,237,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beedf4


Comments

No comments written yet.

Please login to write comment.