Color Hex Logo

#4eb2ca Color Hex

#4EB2CA
(78,178,202)
0 Favorites   0 Comments

Color spaces of #4eb2ca

RGB 78178202
HSL0.530.540.55
HSV192°61°79°
CMYK 0.610.120.00   0.21
XYZ29.722937.724861.5922
Yxy37.72480.23030.2923
Hunter Lab61.4205-21.1054-16.4614
CIE-Lab67.8173-21.9004-20.8937

#4eb2ca color RGB value is (78,178,202).

#4eb2ca hex color red value is 78, green value is 178 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4eb2ca hue: 0.53 , saturation: 0.54 and the lightness value of 4eb2ca is 0.55.

The process color (four color CMYK) of #4eb2ca color hex is 0.61, 0.12, 0.00, 0.21. Web safe color of #4eb2ca is #6699cc. Color #4eb2ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10110010 11001010
Octal 116 262 312
Decimal 78 178 202
Hex 4E B2 CA

RGB Percentages of Color #4eb2ca

%17.03
%38.86
%44.10

CMYK Percentages of Color #4eb2ca

%61
%12
%0
%21

Triadic Colors of #4eb2ca

#4eb2ca #ca4eb2 #b2ca4e

Analogous Colors of #4eb2ca

#4eb2ca #4e74ca #4ecaa4

Monochromatic Colors of #4eb2ca

#4eb2ca

Complementary Color

#4eb2ca #ca664e

#4eb2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eb2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eb2ca Color CSS Codes

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

#4eb2ca Text Font Color

<p style="color:#4eb2ca">Text here</p>

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


#4eb2ca Background Color

<div style="background-color:#4eb2ca">
Div content here</div>

This div background color is #4eb2ca


#4eb2ca Border Color

<div style="border:3px solid #4eb2ca">
Div here</div>

This div border color is #4eb2ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,178,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4eb2ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4eb2ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4eb2ca;
  box-shadow:         1px 1px 3px 2px #4eb2ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eb2ca


Comments

No comments written yet.

Please login to write comment.