Color Hex Logo

#beddfd Color Hex

#BEDDFD
(190,221,253)
0 Favorites   0 Comments

Color spaces of #beddfd

RGB 190221253
HSL0.580.940.87
HSV210°25°99°
CMYK 0.250.130.00   0.01
XYZ64.821369.7519102.9755
Yxy69.75190.27290.2936
Hunter Lab83.5176-7.6149-14.6410
CIE-Lab86.8750-3.3150-18.9448

#beddfd color RGB value is (190,221,253).

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

The process color (four color CMYK) of #beddfd color hex is 0.25, 0.13, 0.00, 0.01. Web safe color of #beddfd is #ccccff. Color #beddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11111101
Octal 276 335 375
Decimal 190 221 253
Hex BE DD FD

RGB Percentages of Color #beddfd

%28.61
%33.28
%38.10

CMYK Percentages of Color #beddfd

%25
%13
%0
%1

Triadic Colors of #beddfd

#beddfd #fdbedd #ddfdbe

Analogous Colors of #beddfd

#beddfd #bfbefd #befdfd

Monochromatic Colors of #beddfd

#beddfd

Complementary Color

#beddfd #fddebe

#beddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddfd Color CSS Codes

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

#beddfd Text Font Color

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

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


#beddfd Background Color

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

This div background color is #beddfd


#beddfd Border Color

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

This div border color is #beddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddfd


Comments

No comments written yet.

Please login to write comment.