Color Hex Logo

#3cb4ee Color Hex

#3CB4EE
(60,180,238)
0 Favorites   0 Comments

Color spaces of #3cb4ee

RGB 60180238
HSL0.550.840.58
HSV200°75°93°
CMYK 0.750.240.00   0.07
XYZ33.617439.776286.7947
Yxy39.77620.20990.2483
Hunter Lab63.0684-15.2236-37.4470
CIE-Lab69.3098-14.1151-38.3559

#3cb4ee color RGB value is (60,180,238).

#3cb4ee hex color red value is 60, green value is 180 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3cb4ee hue: 0.55 , saturation: 0.84 and the lightness value of 3cb4ee is 0.58.

The process color (four color CMYK) of #3cb4ee color hex is 0.75, 0.24, 0.00, 0.07. Web safe color of #3cb4ee is #33ccff. Color #3cb4ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10110100 11101110
Octal 74 264 356
Decimal 60 180 238
Hex 3C B4 EE

RGB Percentages of Color #3cb4ee

%12.55
%37.66
%49.79

CMYK Percentages of Color #3cb4ee

%75
%24
%0
%7

Triadic Colors of #3cb4ee

#3cb4ee #ee3cb4 #b4ee3c

Analogous Colors of #3cb4ee

#3cb4ee #3c5bee #3ceecf

Monochromatic Colors of #3cb4ee

#3cb4ee

Complementary Color

#3cb4ee #ee763c

#3cb4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cb4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cb4ee Color CSS Codes

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

#3cb4ee Text Font Color

<p style="color:#3cb4ee">Text here</p>

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


#3cb4ee Background Color

<div style="background-color:#3cb4ee">
Div content here</div>

This div background color is #3cb4ee


#3cb4ee Border Color

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

This div border color is #3cb4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cb4ee


Comments

No comments written yet.

Please login to write comment.