Color Hex Logo

#3ebfcc Color Hex

#3EBFCC
(62,191,204)
0 Favorites   0 Comments

Color spaces of #3ebfcc

RGB 62191204
HSL0.520.580.52
HSV185°70°80°
CMYK 0.700.060.00   0.20
XYZ31.516542.645463.6970
Yxy42.64540.22860.3093
Hunter Lab65.3034-28.1340-12.1191
CIE-Lab71.3136-30.2772-16.7286

#3ebfcc color RGB value is (62,191,204).

#3ebfcc hex color red value is 62, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3ebfcc hue: 0.52 , saturation: 0.58 and the lightness value of 3ebfcc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111111 11001100
Octal 76 277 314
Decimal 62 191 204
Hex 3E BF CC

RGB Percentages of Color #3ebfcc

%13.57
%41.79
%44.64

CMYK Percentages of Color #3ebfcc

%70
%6
%0
%20

Triadic Colors of #3ebfcc

#3ebfcc #cc3ebf #bfcc3e

Analogous Colors of #3ebfcc

#3ebfcc #3e78cc #3ecc92

Monochromatic Colors of #3ebfcc

#3ebfcc

Complementary Color

#3ebfcc #cc4b3e

#3ebfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebfcc Color CSS Codes

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

#3ebfcc Text Font Color

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

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


#3ebfcc Background Color

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

This div background color is #3ebfcc


#3ebfcc Border Color

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

This div border color is #3ebfcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,191,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ebfcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ebfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #3ebfcc;
  box-shadow:         1px 1px 3px 2px #3ebfcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,191,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebfcc


Comments

No comments written yet.

Please login to write comment.