Color Hex Logo

#4cbeed Color Hex

#4CBEED
(76,190,237)
0 Favorites   0 Comments

Color spaces of #4cbeed

RGB 76190237
HSL0.550.820.61
HSV198°68°93°
CMYK 0.680.200.00   0.07
XYZ36.680044.477886.7726
Yxy44.47780.21840.2649
Hunter Lab66.6917-18.5366-30.4581
CIE-Lab72.5467-17.6398-32.7594

#4cbeed color RGB value is (76,190,237).

#4cbeed hex color red value is 76, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4cbeed hue: 0.55 , saturation: 0.82 and the lightness value of 4cbeed is 0.61.

The process color (four color CMYK) of #4cbeed color hex is 0.68, 0.20, 0.00, 0.07. Web safe color of #4cbeed is #33ccff. Color #4cbeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 11101101
Octal 114 276 355
Decimal 76 190 237
Hex 4C BE ED

RGB Percentages of Color #4cbeed

%15.11
%37.77
%47.12

CMYK Percentages of Color #4cbeed

%68
%20
%0
%7

Triadic Colors of #4cbeed

#4cbeed #ed4cbe #beed4c

Analogous Colors of #4cbeed

#4cbeed #4c6eed #4cedcc

Monochromatic Colors of #4cbeed

#4cbeed

Complementary Color

#4cbeed #ed7b4c

#4cbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbeed Color CSS Codes

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

#4cbeed Text Font Color

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

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


#4cbeed Background Color

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

This div background color is #4cbeed


#4cbeed Border Color

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

This div border color is #4cbeed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,190,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbeed


Comments

No comments written yet.

Please login to write comment.