Color Hex Logo

#7cafeb Color Hex

#7CAFEB
(124,175,235)
0 Favorites   0 Comments

Color spaces of #7cafeb

RGB 124175235
HSL0.590.740.70
HSV212°47°92°
CMYK 0.470.260.00   0.08
XYZ38.637540.943284.4637
Yxy40.94320.23550.2496
Hunter Lab63.9869-4.1925-33.4729
CIE-Lab70.1361-0.8855-35.2561

#7cafeb color RGB value is (124,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101111 11101011
Octal 174 257 353
Decimal 124 175 235
Hex 7C AF EB

RGB Percentages of Color #7cafeb

%23.22
%32.77
%44.01

CMYK Percentages of Color #7cafeb

%47
%26
%0
%8

Triadic Colors of #7cafeb

#7cafeb #eb7caf #afeb7c

Analogous Colors of #7cafeb

#7cafeb #817ceb #7ce7eb

Monochromatic Colors of #7cafeb

#7cafeb

Complementary Color

#7cafeb #ebb87c

#7cafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cafeb Color CSS Codes

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

#7cafeb Text Font Color

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

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


#7cafeb Background Color

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

This div background color is #7cafeb


#7cafeb Border Color

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

This div border color is #7cafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cafeb


Comments

No comments written yet.

Please login to write comment.