Color Hex Logo

#71caeb Color Hex

#71CAEB
(113,202,235)
0 Favorites   0 Comments

Color spaces of #71caeb

RGB 113202235
HSL0.550.750.68
HSV196°52°92°
CMYK 0.520.140.00   0.08
XYZ42.926051.749986.3236
Yxy51.74990.23720.2859
Hunter Lab71.9374-19.3771-20.7908
CIE-Lab77.1310-17.8104-24.5349

#71caeb color RGB value is (113,202,235).

#71caeb hex color red value is 113, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #71caeb hue: 0.55 , saturation: 0.75 and the lightness value of 71caeb is 0.68.

The process color (four color CMYK) of #71caeb color hex is 0.52, 0.14, 0.00, 0.08. Web safe color of #71caeb is #66ccff. Color #71caeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001010 11101011
Octal 161 312 353
Decimal 113 202 235
Hex 71 CA EB

RGB Percentages of Color #71caeb

%20.55
%36.73
%42.73

CMYK Percentages of Color #71caeb

%52
%14
%0
%8

Triadic Colors of #71caeb

#71caeb #eb71ca #caeb71

Analogous Colors of #71caeb

#71caeb #718deb #71ebcf

Monochromatic Colors of #71caeb

#71caeb

Complementary Color

#71caeb #eb9271

#71caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71caeb Color CSS Codes

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

#71caeb Text Font Color

<p style="color:#71caeb">Text here</p>

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


#71caeb Background Color

<div style="background-color:#71caeb">
Div content here</div>

This div background color is #71caeb


#71caeb Border Color

<div style="border:3px solid #71caeb">
Div here</div>

This div border color is #71caeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,202,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71caeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71caeb;
  -webkit-box-shadow: 1px 1px 3px 2px #71caeb;
  box-shadow:         1px 1px 3px 2px #71caeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,202,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 #71caeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71caeb


Comments

No comments written yet.

Please login to write comment.