Color Hex Logo

#6ceeeb Color Hex

#6CEEEB
(108,238,235)
0 Favorites   0 Comments

Color spaces of #6ceeeb

RGB 108238235
HSL0.500.790.68
HSV179°55°93°
CMYK 0.550.000.01   0.07
XYZ51.754370.335489.4456
Yxy70.33540.24470.3325
Hunter Lab83.8662-36.6125-4.5281
CIE-Lab87.1611-36.3662-9.4469

#6ceeeb color RGB value is (108,238,235).

#6ceeeb hex color red value is 108, green value is 238 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6ceeeb hue: 0.50 , saturation: 0.79 and the lightness value of 6ceeeb is 0.68.

The process color (four color CMYK) of #6ceeeb color hex is 0.55, 0.00, 0.01, 0.07. Web safe color of #6ceeeb is #66ffff. Color #6ceeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101110 11101011
Octal 154 356 353
Decimal 108 238 235
Hex 6C EE EB

RGB Percentages of Color #6ceeeb

%18.59
%40.96
%40.45

CMYK Percentages of Color #6ceeeb

%55
%0
%1
%7

Triadic Colors of #6ceeeb

#6ceeeb #eb6cee #eeeb6c

Analogous Colors of #6ceeeb

#6ceeeb #6cb0ee #6ceeaa

Monochromatic Colors of #6ceeeb

#6ceeeb

Complementary Color

#6ceeeb #ee6c6f

#6ceeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ceeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ceeeb Color CSS Codes

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

#6ceeeb Text Font Color

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

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


#6ceeeb Background Color

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

This div background color is #6ceeeb


#6ceeeb Border Color

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

This div border color is #6ceeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ceeeb


Comments

No comments written yet.

Please login to write comment.