Color Hex Logo

#7afceb Color Hex

#7AFCEB
(122,252,235)
0 Favorites   0 Comments

Color spaces of #7afceb

RGB 122252235
HSL0.480.960.73
HSV172°52°99°
CMYK 0.520.000.07   0.01
XYZ57.831879.756590.9438
Yxy79.75650.25310.3490
Hunter Lab89.3065-40.69592.1376
CIE-Lab91.5755-39.9995-2.8759

#7afceb color RGB value is (122,252,235).

#7afceb hex color red value is 122, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7afceb hue: 0.48 , saturation: 0.96 and the lightness value of 7afceb is 0.73.

The process color (four color CMYK) of #7afceb color hex is 0.52, 0.00, 0.07, 0.01. Web safe color of #7afceb is #66ffff. Color #7afceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111100 11101011
Octal 172 374 353
Decimal 122 252 235
Hex 7A FC EB

RGB Percentages of Color #7afceb

%20.03
%41.38
%38.59

CMYK Percentages of Color #7afceb

%52
%0
%7
%1

Triadic Colors of #7afceb

#7afceb #eb7afc #fceb7a

Analogous Colors of #7afceb

#7afceb #7accfc #7afcaa

Monochromatic Colors of #7afceb

#7afceb

Complementary Color

#7afceb #fc7a8b

#7afceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afceb Color CSS Codes

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

#7afceb Text Font Color

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

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


#7afceb Background Color

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

This div background color is #7afceb


#7afceb Border Color

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

This div border color is #7afceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afceb


Comments

No comments written yet.

Please login to write comment.