Color Hex Logo

#beceed Color Hex

#BECEED
(190,206,237)
0 Favorites   0 Comments

Color spaces of #beceed

RGB 190206237
HSL0.610.570.84
HSV220°20°93°
CMYK 0.200.130.00   0.07
XYZ58.592661.204288.8462
Yxy61.20420.28080.2933
Hunter Lab78.2331-3.2206-12.5701
CIE-Lab82.48841.0188-17.0839

#beceed color RGB value is (190,206,237).

#beceed hex color red value is 190, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #beceed hue: 0.61 , saturation: 0.57 and the lightness value of beceed is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 11101101
Octal 276 316 355
Decimal 190 206 237
Hex BE CE ED

RGB Percentages of Color #beceed

%30.02
%32.54
%37.44

CMYK Percentages of Color #beceed

%20
%13
%0
%7

Triadic Colors of #beceed

#beceed #edbece #ceedbe

Analogous Colors of #beceed

#beceed #c6beed #bee6ed

Monochromatic Colors of #beceed

#beceed

Complementary Color

#beceed #edddbe

#beceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#beceed Color CSS Codes

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

#beceed Text Font Color

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

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


#beceed Background Color

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

This div background color is #beceed


#beceed Border Color

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

This div border color is #beceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beceed


Comments

No comments written yet.

Please login to write comment.