Color Hex Logo

#3cbeca Color Hex

#3CBECA
(60,190,202)
0 Favorites   0 Comments

Color spaces of #3cbeca

RGB 60190202
HSL0.510.570.51
HSV185°70°79°
CMYK 0.700.060.00   0.21
XYZ30.937642.051862.3633
Yxy42.05180.22860.3107
Hunter Lab64.8474-28.3235-11.6257
CIE-Lab70.9066-30.6548-16.2546

#3cbeca color RGB value is (60,190,202).

#3cbeca hex color red value is 60, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3cbeca hue: 0.51 , saturation: 0.57 and the lightness value of 3cbeca is 0.51.

The process color (four color CMYK) of #3cbeca color hex is 0.70, 0.06, 0.00, 0.21. Web safe color of #3cbeca is #33cccc. Color #3cbeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 11001010
Octal 74 276 312
Decimal 60 190 202
Hex 3C BE CA

RGB Percentages of Color #3cbeca

%13.27
%42.04
%44.69

CMYK Percentages of Color #3cbeca

%70
%6
%0
%21

Triadic Colors of #3cbeca

#3cbeca #ca3cbe #beca3c

Analogous Colors of #3cbeca

#3cbeca #3c77ca #3cca8f

Monochromatic Colors of #3cbeca

#3cbeca

Complementary Color

#3cbeca #ca483c

#3cbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbeca Color CSS Codes

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

#3cbeca Text Font Color

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

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


#3cbeca Background Color

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

This div background color is #3cbeca


#3cbeca Border Color

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

This div border color is #3cbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbeca


Comments

No comments written yet.

Please login to write comment.