Color Hex Logo

#7fcae3 Color Hex

#7FCAE3
(127,202,227)
0 Favorites   0 Comments

Color spaces of #7fcae3

RGB 127202227
HSL0.540.640.69
HSV195°44°89°
CMYK 0.440.110.00   0.11
XYZ43.738152.299180.4625
Yxy52.29910.24780.2963
Hunter Lab72.3181-18.5996-15.3445
CIE-Lab77.4593-16.8214-19.6810

#7fcae3 color RGB value is (127,202,227).

#7fcae3 hex color red value is 127, green value is 202 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #7fcae3 hue: 0.54 , saturation: 0.64 and the lightness value of 7fcae3 is 0.69.

The process color (four color CMYK) of #7fcae3 color hex is 0.44, 0.11, 0.00, 0.11. Web safe color of #7fcae3 is #66cccc. Color #7fcae3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001010 11100011
Octal 177 312 343
Decimal 127 202 227
Hex 7F CA E3

RGB Percentages of Color #7fcae3

%22.84
%36.33
%40.83

CMYK Percentages of Color #7fcae3

%44
%11
%0
%11

Triadic Colors of #7fcae3

#7fcae3 #e37fca #cae37f

Analogous Colors of #7fcae3

#7fcae3 #7f98e3 #7fe3ca

Monochromatic Colors of #7fcae3

#7fcae3

Complementary Color

#7fcae3 #e3987f

#7fcae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcae3 Color CSS Codes

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

#7fcae3 Text Font Color

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

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


#7fcae3 Background Color

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

This div background color is #7fcae3


#7fcae3 Border Color

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

This div border color is #7fcae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcae3


Comments

No comments written yet.

Please login to write comment.