Color Hex Logo

#47eefd Color Hex

#47EEFD
(71,238,253)
0 Favorites   0 Comments

Color spaces of #47eefd

RGB 71238253
HSL0.510.980.64
HSV185°72°99°
CMYK 0.720.060.00   0.01
XYZ50.902769.5805103.6760
Yxy69.58050.22710.3104
Hunter Lab83.4149-37.0492-15.3008
CIE-Lab86.7907-37.0215-19.5343

#47eefd color RGB value is (71,238,253).

#47eefd hex color red value is 71, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #47eefd hue: 0.51 , saturation: 0.98 and the lightness value of 47eefd is 0.64.

The process color (four color CMYK) of #47eefd color hex is 0.72, 0.06, 0.00, 0.01. Web safe color of #47eefd is #33ffff. Color #47eefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 11101110 11111101
Octal 107 356 375
Decimal 71 238 253
Hex 47 EE FD

RGB Percentages of Color #47eefd

%12.63
%42.35
%45.02

CMYK Percentages of Color #47eefd

%72
%6
%0
%1

Triadic Colors of #47eefd

#47eefd #fd47ee #eefd47

Analogous Colors of #47eefd

#47eefd #4793fd #47fdb1

Monochromatic Colors of #47eefd

#47eefd

Complementary Color

#47eefd #fd5647

#47eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#47eefd Color CSS Codes

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

#47eefd Text Font Color

<p style="color:#47eefd">Text here</p>

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


#47eefd Background Color

<div style="background-color:#47eefd">
Div content here</div>

This div background color is #47eefd


#47eefd Border Color

<div style="border:3px solid #47eefd">
Div here</div>

This div border color is #47eefd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,238,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47eefd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47eefd;
  -webkit-box-shadow: 1px 1px 3px 2px #47eefd;
  box-shadow:         1px 1px 3px 2px #47eefd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,238,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47eefd

Related Colors


Comments

No comments written yet.

Please login to write comment.