Color Hex Logo

#7fcaed Color Hex

#7FCAED
(127,202,237)
0 Favorites   0 Comments

Color spaces of #7fcaed

RGB 127202237
HSL0.550.750.71
HSV199°46°93°
CMYK 0.460.150.00   0.07
XYZ45.159052.867587.9451
Yxy52.86750.24280.2843
Hunter Lab72.7100-16.3792-20.8161
CIE-Lab77.7967-14.1398-24.5391

#7fcaed color RGB value is (127,202,237).

#7fcaed hex color red value is 127, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7fcaed hue: 0.55 , saturation: 0.75 and the lightness value of 7fcaed is 0.71.

The process color (four color CMYK) of #7fcaed color hex is 0.46, 0.15, 0.00, 0.07. Web safe color of #7fcaed is #66ccff. Color #7fcaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001010 11101101
Octal 177 312 355
Decimal 127 202 237
Hex 7F CA ED

RGB Percentages of Color #7fcaed

%22.44
%35.69
%41.87

CMYK Percentages of Color #7fcaed

%46
%15
%0
%7

Triadic Colors of #7fcaed

#7fcaed #ed7fca #caed7f

Analogous Colors of #7fcaed

#7fcaed #7f93ed #7fedd9

Monochromatic Colors of #7fcaed

#7fcaed

Complementary Color

#7fcaed #eda27f

#7fcaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcaed Color CSS Codes

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

#7fcaed Text Font Color

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

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


#7fcaed Background Color

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

This div background color is #7fcaed


#7fcaed Border Color

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

This div border color is #7fcaed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,202,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fcaed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fcaed;
  -webkit-box-shadow: 1px 1px 3px 2px #7fcaed;
  box-shadow:         1px 1px 3px 2px #7fcaed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,202,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcaed


Comments

No comments written yet.

Please login to write comment.