Color Hex Logo

#beddff Color Hex

#BEDDFF
(190,221,255)
0 Favorites   0 Comments

Color spaces of #beddff

RGB 190221255
HSL0.591.000.87
HSV211°25°100°
CMYK 0.250.130.00   0.00
XYZ65.141769.8801104.6626
Yxy69.88010.27180.2916
Hunter Lab83.5943-7.1922-15.7168
CIE-Lab86.9380-2.8625-19.9025

#beddff color RGB value is (190,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11111111
Octal 276 335 377
Decimal 190 221 255
Hex BE DD FF

RGB Percentages of Color #beddff

%28.53
%33.18
%38.29

CMYK Percentages of Color #beddff

%25
%13
%0
%0

Triadic Colors of #beddff

#beddff #ffbedd #ddffbe

Analogous Colors of #beddff

#beddff #c0beff #befeff

Monochromatic Colors of #beddff

#beddff

Complementary Color

#beddff #ffe0be

#beddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddff Color CSS Codes

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

#beddff Text Font Color

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

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


#beddff Background Color

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

This div background color is #beddff


#beddff Border Color

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

This div border color is #beddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddff

Related Colors

#beddff Color Palettes


Comments

No comments written yet.

Please login to write comment.