Color Hex Logo

#6cafc4 Color Hex

#6CAFC4
(108,175,196)
0 Favorites   0 Comments

Color spaces of #6cafc4

RGB 108175196
HSL0.540.430.60
HSV194°45°77°
CMYK 0.450.110.00   0.23
XYZ31.478137.833657.8681
Yxy37.83360.24750.2975
Hunter Lab61.5090-16.2909-12.7241
CIE-Lab67.8978-15.6943-17.3516

#6cafc4 color RGB value is (108,175,196).

#6cafc4 hex color red value is 108, green value is 175 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #6cafc4 hue: 0.54 , saturation: 0.43 and the lightness value of 6cafc4 is 0.60.

The process color (four color CMYK) of #6cafc4 color hex is 0.45, 0.11, 0.00, 0.23. Web safe color of #6cafc4 is #6699cc. Color #6cafc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 11000100
Octal 154 257 304
Decimal 108 175 196
Hex 6C AF C4

RGB Percentages of Color #6cafc4

%22.55
%36.53
%40.92

CMYK Percentages of Color #6cafc4

%45
%11
%0
%23

Triadic Colors of #6cafc4

#6cafc4 #c46caf #afc46c

Analogous Colors of #6cafc4

#6cafc4 #6c83c4 #6cc4ad

Monochromatic Colors of #6cafc4

#6cafc4

Complementary Color

#6cafc4 #c4816c

#6cafc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cafc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cafc4 Color CSS Codes

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

#6cafc4 Text Font Color

<p style="color:#6cafc4">Text here</p>

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


#6cafc4 Background Color

<div style="background-color:#6cafc4">
Div content here</div>

This div background color is #6cafc4


#6cafc4 Border Color

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

This div border color is #6cafc4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,175,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cafc4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cafc4;
  -webkit-box-shadow: 1px 1px 3px 2px #6cafc4;
  box-shadow:         1px 1px 3px 2px #6cafc4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,175,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cafc4


Comments

No comments written yet.

Please login to write comment.