Color Hex Logo

#4cb4ca Color Hex

#4CB4CA
(76,180,202)
0 Favorites   0 Comments

Color spaces of #4cb4ca

RGB 76180202
HSL0.530.540.55
HSV190°62°79°
CMYK 0.620.110.00   0.21
XYZ29.962438.443361.7182
Yxy38.44330.23030.2954
Hunter Lab62.0027-22.2456-15.6161
CIE-Lab68.3461-23.2705-20.0947

#4cb4ca color RGB value is (76,180,202).

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

The process color (four color CMYK) of #4cb4ca color hex is 0.62, 0.11, 0.00, 0.21. Web safe color of #4cb4ca is #33cccc. Color #4cb4ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110100 11001010
Octal 114 264 312
Decimal 76 180 202
Hex 4C B4 CA

RGB Percentages of Color #4cb4ca

%16.59
%39.30
%44.10

CMYK Percentages of Color #4cb4ca

%62
%11
%0
%21

Triadic Colors of #4cb4ca

#4cb4ca #ca4cb4 #b4ca4c

Analogous Colors of #4cb4ca

#4cb4ca #4c75ca #4ccaa1

Monochromatic Colors of #4cb4ca

#4cb4ca

Complementary Color

#4cb4ca #ca624c

#4cb4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb4ca Color CSS Codes

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

#4cb4ca Text Font Color

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

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


#4cb4ca Background Color

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

This div background color is #4cb4ca


#4cb4ca Border Color

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

This div border color is #4cb4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb4ca


Comments

No comments written yet.

Please login to write comment.