Color Hex Logo

#3cbfed Color Hex

#3CBFED
(60,191,237)
0 Favorites   0 Comments

Color spaces of #3cbfed

RGB 60191237
HSL0.540.830.58
HSV196°75°93°
CMYK 0.750.190.00   0.07
XYZ35.780344.336786.7928
Yxy44.33670.21440.2656
Hunter Lab66.5858-20.6071-30.6728
CIE-Lab72.4530-20.2368-32.9353

#3cbfed color RGB value is (60,191,237).

#3cbfed hex color red value is 60, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3cbfed hue: 0.54 , saturation: 0.83 and the lightness value of 3cbfed is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111111 11101101
Octal 74 277 355
Decimal 60 191 237
Hex 3C BF ED

RGB Percentages of Color #3cbfed

%12.30
%39.14
%48.57

CMYK Percentages of Color #3cbfed

%75
%19
%0
%7

Triadic Colors of #3cbfed

#3cbfed #ed3cbf #bfed3c

Analogous Colors of #3cbfed

#3cbfed #3c67ed #3cedc3

Monochromatic Colors of #3cbfed

#3cbfed

Complementary Color

#3cbfed #ed6a3c

#3cbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbfed Color CSS Codes

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

#3cbfed Text Font Color

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

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


#3cbfed Background Color

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

This div background color is #3cbfed


#3cbfed Border Color

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

This div border color is #3cbfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbfed


Comments

No comments written yet.

Please login to write comment.