Color Hex Logo

#3cbcee Color Hex

#3CBCEE
(60,188,238)
0 Favorites   0 Comments

Color spaces of #3cbcee

RGB 60188238
HSL0.550.840.58
HSV197°75°93°
CMYK 0.750.210.00   0.07
XYZ35.279343.100187.3487
Yxy43.10010.21290.2601
Hunter Lab65.6507-18.9665-32.9303
CIE-Lab71.6229-18.3517-34.7617

#3cbcee color RGB value is (60,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111100 11101110
Octal 74 274 356
Decimal 60 188 238
Hex 3C BC EE

RGB Percentages of Color #3cbcee

%12.35
%38.68
%48.97

CMYK Percentages of Color #3cbcee

%75
%21
%0
%7

Triadic Colors of #3cbcee

#3cbcee #ee3cbc #bcee3c

Analogous Colors of #3cbcee

#3cbcee #3c63ee #3ceec7

Monochromatic Colors of #3cbcee

#3cbcee

Complementary Color

#3cbcee #ee6e3c

#3cbcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbcee Color CSS Codes

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

#3cbcee Text Font Color

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

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


#3cbcee Background Color

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

This div background color is #3cbcee


#3cbcee Border Color

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

This div border color is #3cbcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,188,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 #3cbcee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbcee


Comments

No comments written yet.

Please login to write comment.