Color Hex Logo

#1ccbda Color Hex

#1CCBDA
(28,203,218)
0 Favorites   0 Comments

Color spaces of #1ccbda

RGB 28203218
HSL0.510.770.48
HSV185°87°85°
CMYK 0.870.070.00   0.15
XYZ34.489748.020773.7808
Yxy48.02070.22070.3073
Hunter Lab69.2970-32.4287-14.6185
CIE-Lab74.8380-34.9110-19.0502

#1ccbda color RGB value is (28,203,218).

#1ccbda hex color red value is 28, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1ccbda hue: 0.51 , saturation: 0.77 and the lightness value of 1ccbda is 0.48.

The process color (four color CMYK) of #1ccbda color hex is 0.87, 0.07, 0.00, 0.15. Web safe color of #1ccbda is #33cccc. Color #1ccbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001011 11011010
Octal 34 313 332
Decimal 28 203 218
Hex 1C CB DA

RGB Percentages of Color #1ccbda

%6.24
%45.21
%48.55

CMYK Percentages of Color #1ccbda

%87
%7
%0
%15

Triadic Colors of #1ccbda

#1ccbda #da1ccb #cbda1c

Analogous Colors of #1ccbda

#1ccbda #1c6cda #1cda8a

Monochromatic Colors of #1ccbda

#1ccbda

Complementary Color

#1ccbda #da2b1c

#1ccbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccbda Color CSS Codes

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

#1ccbda Text Font Color

<p style="color:#1ccbda">Text here</p>

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


#1ccbda Background Color

<div style="background-color:#1ccbda">
Div content here</div>

This div background color is #1ccbda


#1ccbda Border Color

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

This div border color is #1ccbda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,203,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ccbda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ccbda;
  -webkit-box-shadow: 1px 1px 3px 2px #1ccbda;
  box-shadow:         1px 1px 3px 2px #1ccbda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,203,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccbda


Comments

No comments written yet.

Please login to write comment.