Color Hex Logo

#beedfd Color Hex

#BEEDFD
(190,237,253)
0 Favorites   0 Comments

Color spaces of #beedfd

RGB 190237253
HSL0.540.940.87
HSV195°25°99°
CMYK 0.250.060.00   0.01
XYZ69.249078.6074104.4514
Yxy78.60740.27450.3116
Hunter Lab88.6608-15.7381-7.7870
CIE-Lab91.0564-11.5370-12.6690

#beedfd color RGB value is (190,237,253).

#beedfd hex color red value is 190, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #beedfd hue: 0.54 , saturation: 0.94 and the lightness value of beedfd is 0.87.

The process color (four color CMYK) of #beedfd color hex is 0.25, 0.06, 0.00, 0.01. Web safe color of #beedfd is #ccffff. Color #beedfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 11111101
Octal 276 355 375
Decimal 190 237 253
Hex BE ED FD

RGB Percentages of Color #beedfd

%27.94
%34.85
%37.21

CMYK Percentages of Color #beedfd

%25
%6
%0
%1

Triadic Colors of #beedfd

#beedfd #fdbeed #edfdbe

Analogous Colors of #beedfd

#beedfd #becefd #befdee

Monochromatic Colors of #beedfd

#beedfd

Complementary Color

#beedfd #fdcebe

#beedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beedfd Color CSS Codes

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

#beedfd Text Font Color

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

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


#beedfd Background Color

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

This div background color is #beedfd


#beedfd Border Color

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

This div border color is #beedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beedfd


Comments

No comments written yet.

Please login to write comment.