Color Hex Logo

#7cbafd Color Hex

#7CBAFD
(124,186,253)
0 Favorites   0 Comments

Color spaces of #7cbafd

RGB 124186253
HSL0.590.970.74
HSV211°51°99°
CMYK 0.510.260.00   0.01
XYZ43.600746.494799.6049
Yxy46.49470.22980.2451
Hunter Lab68.1870-5.1894-38.8776
CIE-Lab73.8654-1.7348-39.2094

#7cbafd color RGB value is (124,186,253).

#7cbafd hex color red value is 124, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7cbafd hue: 0.59 , saturation: 0.97 and the lightness value of 7cbafd is 0.74.

The process color (four color CMYK) of #7cbafd color hex is 0.51, 0.26, 0.00, 0.01. Web safe color of #7cbafd is #66ccff. Color #7cbafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111010 11111101
Octal 174 272 375
Decimal 124 186 253
Hex 7C BA FD

RGB Percentages of Color #7cbafd

%22.02
%33.04
%44.94

CMYK Percentages of Color #7cbafd

%51
%26
%0
%1

Triadic Colors of #7cbafd

#7cbafd #fd7cba #bafd7c

Analogous Colors of #7cbafd

#7cbafd #7f7cfd #7cfbfd

Monochromatic Colors of #7cbafd

#7cbafd

Complementary Color

#7cbafd #fdbf7c

#7cbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbafd Color CSS Codes

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

#7cbafd Text Font Color

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

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


#7cbafd Background Color

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

This div background color is #7cbafd


#7cbafd Border Color

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

This div border color is #7cbafd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,186,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cbafd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cbafd;
  -webkit-box-shadow: 1px 1px 3px 2px #7cbafd;
  box-shadow:         1px 1px 3px 2px #7cbafd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbafd

#7cbafd Color Palettes


Comments

No comments written yet.

Please login to write comment.