Color Hex Logo

#3cbef5 Color Hex

#3CBEF5
(60,190,245)
0 Favorites   0 Comments

Color spaces of #3cbef5

RGB 60190245
HSL0.550.900.60
HSV198°76°96°
CMYK 0.760.220.00   0.04
XYZ36.758444.380193.0151
Yxy44.38010.21110.2548
Hunter Lab66.6184-18.0902-36.1501
CIE-Lab72.4818-17.1010-37.2152

#3cbef5 color RGB value is (60,190,245).

#3cbef5 hex color red value is 60, green value is 190 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #3cbef5 hue: 0.55 , saturation: 0.90 and the lightness value of 3cbef5 is 0.60.

The process color (four color CMYK) of #3cbef5 color hex is 0.76, 0.22, 0.00, 0.04. Web safe color of #3cbef5 is #33ccff. Color #3cbef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 11110101
Octal 74 276 365
Decimal 60 190 245
Hex 3C BE F5

RGB Percentages of Color #3cbef5

%12.12
%38.38
%49.49

CMYK Percentages of Color #3cbef5

%76
%22
%0
%4

Triadic Colors of #3cbef5

#3cbef5 #f53cbe #bef53c

Analogous Colors of #3cbef5

#3cbef5 #3c61f5 #3cf5d0

Monochromatic Colors of #3cbef5

#3cbef5

Complementary Color

#3cbef5 #f5733c

#3cbef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbef5 Color CSS Codes

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

#3cbef5 Text Font Color

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

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


#3cbef5 Background Color

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

This div background color is #3cbef5


#3cbef5 Border Color

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

This div border color is #3cbef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbef5


Comments

No comments written yet.

Please login to write comment.