Color Hex Logo

#30caec Color Hex

#30CAEC
(48,202,236)
0 Favorites   0 Comments

Color spaces of #30caec

RGB 48202236
HSL0.530.830.56
HSV191°80°93°
CMYK 0.800.140.00   0.07
XYZ37.479848.925686.8251
Yxy48.92560.21640.2824
Hunter Lab69.9468-26.7608-24.6340
CIE-Lab75.4050-27.3333-27.8686

#30caec color RGB value is (48,202,236).

#30caec hex color red value is 48, green value is 202 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #30caec hue: 0.53 , saturation: 0.83 and the lightness value of 30caec is 0.56.

The process color (four color CMYK) of #30caec color hex is 0.80, 0.14, 0.00, 0.07. Web safe color of #30caec is #33ccff. Color #30caec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001010 11101100
Octal 60 312 354
Decimal 48 202 236
Hex 30 CA EC

RGB Percentages of Color #30caec

%9.88
%41.56
%48.56

CMYK Percentages of Color #30caec

%80
%14
%0
%7

Triadic Colors of #30caec

#30caec #ec30ca #caec30

Analogous Colors of #30caec

#30caec #306cec #30ecb0

Monochromatic Colors of #30caec

#30caec

Complementary Color

#30caec #ec5230

#30caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#30caec Color CSS Codes

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

#30caec Text Font Color

<p style="color:#30caec">Text here</p>

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


#30caec Background Color

<div style="background-color:#30caec">
Div content here</div>

This div background color is #30caec


#30caec Border Color

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

This div border color is #30caec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,202,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30caec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30caec;
  -webkit-box-shadow: 1px 1px 3px 2px #30caec;
  box-shadow:         1px 1px 3px 2px #30caec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,202,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30caec


Comments

No comments written yet.

Please login to write comment.