Color Hex Logo

#7caafd Color Hex

#7CAAFD
(124,170,253)
0 Favorites   0 Comments

Color spaces of #7caafd

RGB 124170253
HSL0.610.970.74
HSV219°51°99°
CMYK 0.510.330.00   0.01
XYZ40.416540.126498.5435
Yxy40.12640.22570.2241
Hunter Lab63.34543.0346-47.8929
CIE-Lab69.55957.1996-45.9414

#7caafd color RGB value is (124,170,253).

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

The process color (four color CMYK) of #7caafd color hex is 0.51, 0.33, 0.00, 0.01. Web safe color of #7caafd is #6699ff. Color #7caafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101010 11111101
Octal 174 252 375
Decimal 124 170 253
Hex 7C AA FD

RGB Percentages of Color #7caafd

%22.67
%31.08
%46.25

CMYK Percentages of Color #7caafd

%51
%33
%0
%1

Triadic Colors of #7caafd

#7caafd #fd7caa #aafd7c

Analogous Colors of #7caafd

#7caafd #8f7cfd #7cebfd

Monochromatic Colors of #7caafd

#7caafd

Complementary Color

#7caafd #fdcf7c

#7caafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caafd Color CSS Codes

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

#7caafd Text Font Color

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

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


#7caafd Background Color

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

This div background color is #7caafd


#7caafd Border Color

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

This div border color is #7caafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caafd


Comments

No comments written yet.

Please login to write comment.