Color Hex Logo

#7caffe Color Hex

#7CAFFE
(124,175,254)
0 Favorites   0 Comments

Color spaces of #7caffe

RGB 124175254
HSL0.600.980.74
HSV216°51°100°
CMYK 0.510.310.00   0.00
XYZ41.531542.100899.7032
Yxy42.10080.22650.2296
Hunter Lab64.88510.7048-45.6861
CIE-Lab70.94044.6737-44.3164

#7caffe color RGB value is (124,175,254).

#7caffe hex color red value is 124, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7caffe hue: 0.60 , saturation: 0.98 and the lightness value of 7caffe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101111 11111110
Octal 174 257 376
Decimal 124 175 254
Hex 7C AF FE

RGB Percentages of Color #7caffe

%22.42
%31.65
%45.93

CMYK Percentages of Color #7caffe

%51
%31
%0
%0

Triadic Colors of #7caffe

#7caffe #fe7caf #affe7c

Analogous Colors of #7caffe

#7caffe #8a7cfe #7cf0fe

Monochromatic Colors of #7caffe

#7caffe

Complementary Color

#7caffe #fecb7c

#7caffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caffe Color CSS Codes

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

#7caffe Text Font Color

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

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


#7caffe Background Color

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

This div background color is #7caffe


#7caffe Border Color

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

This div border color is #7caffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,175,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caffe

Related Colors


Comments

No comments written yet.

Please login to write comment.