Color Hex Logo

#71fceb Color Hex

#71FCEB
(113,252,235)
0 Favorites   0 Comments

Color spaces of #71fceb

RGB 113252235
HSL0.480.960.72
HSV173°55°99°
CMYK 0.550.000.07   0.01
XYZ56.615979.129790.8868
Yxy79.12970.24980.3492
Hunter Lab88.9549-42.06361.6908
CIE-Lab91.2929-41.7720-3.3237

#71fceb color RGB value is (113,252,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11111100 11101011
Octal 161 374 353
Decimal 113 252 235
Hex 71 FC EB

RGB Percentages of Color #71fceb

%18.83
%42.00
%39.17

CMYK Percentages of Color #71fceb

%55
%0
%7
%1

Triadic Colors of #71fceb

#71fceb #eb71fc #fceb71

Analogous Colors of #71fceb

#71fceb #71c8fc #71fca6

Monochromatic Colors of #71fceb

#71fceb

Complementary Color

#71fceb #fc7182

#71fceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71fceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71fceb Color CSS Codes

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

#71fceb Text Font Color

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

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


#71fceb Background Color

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

This div background color is #71fceb


#71fceb Border Color

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

This div border color is #71fceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71fceb


Comments

No comments written yet.

Please login to write comment.