Color Hex Logo

#7accf8 Color Hex

#7ACCF8
(122,204,248)
0 Favorites   0 Comments

Color spaces of #7accf8

RGB 122204248
HSL0.560.900.73
HSV201°51°97°
CMYK 0.510.180.00   0.03
XYZ46.562254.100696.7953
Yxy54.10060.23580.2740
Hunter Lab73.5531-15.7200-26.5380
CIE-Lab78.5204-13.2591-29.3407

#7accf8 color RGB value is (122,204,248).

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

The process color (four color CMYK) of #7accf8 color hex is 0.51, 0.18, 0.00, 0.03. Web safe color of #7accf8 is #66ccff. Color #7accf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001100 11111000
Octal 172 314 370
Decimal 122 204 248
Hex 7A CC F8

RGB Percentages of Color #7accf8

%21.25
%35.54
%43.21

CMYK Percentages of Color #7accf8

%51
%18
%0
%3

Triadic Colors of #7accf8

#7accf8 #f87acc #ccf87a

Analogous Colors of #7accf8

#7accf8 #7a8df8 #7af8e5

Monochromatic Colors of #7accf8

#7accf8

Complementary Color

#7accf8 #f8a67a

#7accf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7accf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7accf8 Color CSS Codes

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

#7accf8 Text Font Color

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

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


#7accf8 Background Color

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

This div background color is #7accf8


#7accf8 Border Color

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

This div border color is #7accf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7accf8


Comments

No comments written yet.

Please login to write comment.