Color Hex Logo

#7caeeb Color Hex

#7CAEEB
(124,174,235)
0 Favorites   0 Comments

Color spaces of #7caeeb

RGB 124174235
HSL0.590.740.70
HSV213°47°92°
CMYK 0.470.260.00   0.08
XYZ38.443640.555384.3990
Yxy40.55530.23530.2482
Hunter Lab63.6830-3.6901-33.9988
CIE-Lab69.8632-0.3299-35.6797

#7caeeb color RGB value is (124,174,235).

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

The process color (four color CMYK) of #7caeeb color hex is 0.47, 0.26, 0.00, 0.08. Web safe color of #7caeeb is #6699ff. Color #7caeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101110 11101011
Octal 174 256 353
Decimal 124 174 235
Hex 7C AE EB

RGB Percentages of Color #7caeeb

%23.26
%32.65
%44.09

CMYK Percentages of Color #7caeeb

%47
%26
%0
%8

Triadic Colors of #7caeeb

#7caeeb #eb7cae #aeeb7c

Analogous Colors of #7caeeb

#7caeeb #827ceb #7ce6eb

Monochromatic Colors of #7caeeb

#7caeeb

Complementary Color

#7caeeb #ebb97c

#7caeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7caeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7caeeb Color CSS Codes

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

#7caeeb Text Font Color

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

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


#7caeeb Background Color

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

This div background color is #7caeeb


#7caeeb Border Color

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

This div border color is #7caeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7caeeb


Comments

No comments written yet.

Please login to write comment.