Color Hex Logo

#71cada Color Hex

#71CADA
(113,202,218)
0 Favorites   0 Comments

Color spaces of #71cada

RGB 113202218
HSL0.530.590.65
HSV189°48°85°
CMYK 0.480.070.00   0.15
XYZ40.585550.813773.9986
Yxy50.81370.24540.3072
Hunter Lab71.2837-23.1173-11.6495
CIE-Lab76.5660-22.4777-16.2435

#71cada color RGB value is (113,202,218).

#71cada hex color red value is 113, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #71cada hue: 0.53 , saturation: 0.59 and the lightness value of 71cada is 0.65.

The process color (four color CMYK) of #71cada color hex is 0.48, 0.07, 0.00, 0.15. Web safe color of #71cada is #66cccc. Color #71cada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001010 11011010
Octal 161 312 332
Decimal 113 202 218
Hex 71 CA DA

RGB Percentages of Color #71cada

%21.20
%37.90
%40.90

CMYK Percentages of Color #71cada

%48
%7
%0
%15

Triadic Colors of #71cada

#71cada #da71ca #cada71

Analogous Colors of #71cada

#71cada #7196da #71dab6

Monochromatic Colors of #71cada

#71cada

Complementary Color

#71cada #da8171

#71cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cada Color CSS Codes

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

#71cada Text Font Color

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

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


#71cada Background Color

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

This div background color is #71cada


#71cada Border Color

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

This div border color is #71cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cada


Comments

No comments written yet.

Please login to write comment.