Color Hex Logo

#beccfd Color Hex

#BECCFD
(190,204,253)
0 Favorites   0 Comments

Color spaces of #beccfd

RGB 190204253
HSL0.630.940.87
HSV227°25°99°
CMYK 0.250.190.00   0.01
XYZ60.557761.2247101.5543
Yxy61.22470.27110.2741
Hunter Lab78.24621.2170-22.1790
CIE-Lab82.49945.6765-25.5816

#beccfd color RGB value is (190,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11111101
Octal 276 314 375
Decimal 190 204 253
Hex BE CC FD

RGB Percentages of Color #beccfd

%29.37
%31.53
%39.10

CMYK Percentages of Color #beccfd

%25
%19
%0
%1

Triadic Colors of #beccfd

#beccfd #fdbecc #ccfdbe

Analogous Colors of #beccfd

#beccfd #d0befd #beecfd

Monochromatic Colors of #beccfd

#beccfd

Complementary Color

#beccfd #fdefbe

#beccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beccfd Color CSS Codes

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

#beccfd Text Font Color

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

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


#beccfd Background Color

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

This div background color is #beccfd


#beccfd Border Color

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

This div border color is #beccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.