Color Hex Logo

#7caef8 Color Hex

#7CAEF8
(124,174,248)
0 Favorites   0 Comments

Color spaces of #7caef8

RGB 124174248
HSL0.600.900.73
HSV216°50°97°
CMYK 0.500.300.00   0.03
XYZ40.391541.334594.6564
Yxy41.33450.22900.2343
Hunter Lab64.2919-0.3679-42.2878
CIE-Lab70.40963.4575-41.8977

#7caef8 color RGB value is (124,174,248).

#7caef8 hex color red value is 124, green value is 174 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #7caef8 hue: 0.60 , saturation: 0.90 and the lightness value of 7caef8 is 0.73.

The process color (four color CMYK) of #7caef8 color hex is 0.50, 0.30, 0.00, 0.03. Web safe color of #7caef8 is #6699ff. Color #7caef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101110 11111000
Octal 174 256 370
Decimal 124 174 248
Hex 7C AE F8

RGB Percentages of Color #7caef8

%22.71
%31.87
%45.42

CMYK Percentages of Color #7caef8

%50
%30
%0
%3

Triadic Colors of #7caef8

#7caef8 #f87cae #aef87c

Analogous Colors of #7caef8

#7caef8 #887cf8 #7cecf8

Monochromatic Colors of #7caef8

#7caef8

Complementary Color

#7caef8 #f8c67c

#7caef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caef8 Color CSS Codes

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

#7caef8 Text Font Color

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

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


#7caef8 Background Color

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

This div background color is #7caef8


#7caef8 Border Color

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

This div border color is #7caef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caef8


Comments

No comments written yet.

Please login to write comment.