Color Hex Logo

#bedefd Color Hex

#BEDEFD
(190,222,253)
0 Favorites   0 Comments

Color spaces of #bedefd

RGB 190222253
HSL0.580.940.87
HSV210°25°99°
CMYK 0.250.120.00   0.01
XYZ65.086170.2816103.0638
Yxy70.28160.27300.2948
Hunter Lab83.8341-8.1281-14.2059
CIE-Lab87.1348-3.8361-18.5530

#bedefd color RGB value is (190,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 11111101
Octal 276 336 375
Decimal 190 222 253
Hex BE DE FD

RGB Percentages of Color #bedefd

%28.57
%33.38
%38.05

CMYK Percentages of Color #bedefd

%25
%12
%0
%1

Triadic Colors of #bedefd

#bedefd #fdbede #defdbe

Analogous Colors of #bedefd

#bedefd #bebffd #befdfd

Monochromatic Colors of #bedefd

#bedefd

Complementary Color

#bedefd #fdddbe

#bedefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedefd Color CSS Codes

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

#bedefd Text Font Color

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

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


#bedefd Background Color

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

This div background color is #bedefd


#bedefd Border Color

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

This div border color is #bedefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedefd


Comments

No comments written yet.

Please login to write comment.