Color Hex Logo

#1ccbee Color Hex

#1CCBEE
(28,203,238)
0 Favorites   0 Comments

Color spaces of #1ccbee

RGB 28203238
HSL0.530.860.52
HSV190°88°93°
CMYK 0.880.150.00   0.07
XYZ37.267449.131888.4081
Yxy49.13180.21320.2811
Hunter Lab70.0941-27.7603-25.7153
CIE-Lab75.5332-28.5799-28.7679

#1ccbee color RGB value is (28,203,238).

#1ccbee hex color red value is 28, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1ccbee hue: 0.53 , saturation: 0.86 and the lightness value of 1ccbee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001011 11101110
Octal 34 313 356
Decimal 28 203 238
Hex 1C CB EE

RGB Percentages of Color #1ccbee

%5.97
%43.28
%50.75

CMYK Percentages of Color #1ccbee

%88
%15
%0
%7

Triadic Colors of #1ccbee

#1ccbee #ee1ccb #cbee1c

Analogous Colors of #1ccbee

#1ccbee #1c62ee #1ceea8

Monochromatic Colors of #1ccbee

#1ccbee

Complementary Color

#1ccbee #ee3f1c

#1ccbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccbee Color CSS Codes

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

#1ccbee Text Font Color

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

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


#1ccbee Background Color

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

This div background color is #1ccbee


#1ccbee Border Color

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

This div border color is #1ccbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccbee


Comments

No comments written yet.

Please login to write comment.