Color Hex Logo

#30aecf Color Hex

#30AECF
(48,174,207)
0 Favorites   0 Comments

Color spaces of #30aecf

RGB 48174207
HSL0.530.620.50
HSV192°77°81°
CMYK 0.770.160.00   0.19
XYZ27.617535.405564.4098
Yxy35.40550.21670.2778
Hunter Lab59.5025-21.2804-22.5280
CIE-Lab66.0632-22.5498-26.4027

#30aecf color RGB value is (48,174,207).

#30aecf hex color red value is 48, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #30aecf hue: 0.53 , saturation: 0.62 and the lightness value of 30aecf is 0.50.

The process color (four color CMYK) of #30aecf color hex is 0.77, 0.16, 0.00, 0.19. Web safe color of #30aecf is #3399cc. Color #30aecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101110 11001111
Octal 60 256 317
Decimal 48 174 207
Hex 30 AE CF

RGB Percentages of Color #30aecf

%11.19
%40.56
%48.25

CMYK Percentages of Color #30aecf

%77
%16
%0
%19

Triadic Colors of #30aecf

#30aecf #cf30ae #aecf30

Analogous Colors of #30aecf

#30aecf #305fcf #30cfa1

Monochromatic Colors of #30aecf

#30aecf

Complementary Color

#30aecf #cf5130

#30aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aecf Color CSS Codes

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

#30aecf Text Font Color

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

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


#30aecf Background Color

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

This div background color is #30aecf


#30aecf Border Color

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

This div border color is #30aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aecf


Comments

No comments written yet.

Please login to write comment.