Color Hex Logo

#c3edeb Color Hex

#C3EDEB
(195,237,235)
2 Favorites   0 Comments

Color spaces of #c3edeb

RGB 195237235
HSL0.490.540.85
HSV177°18°93°
CMYK 0.180.000.01   0.07
XYZ67.785378.168690.1127
Yxy78.16860.28710.3311
Hunter Lab88.4130-17.86871.4593
CIE-Lab90.8568-13.8693-3.5395

#c3edeb color RGB value is (195,237,235).

#c3edeb hex color red value is 195, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c3edeb hue: 0.49 , saturation: 0.54 and the lightness value of c3edeb is 0.85.

The process color (four color CMYK) of #c3edeb color hex is 0.18, 0.00, 0.01, 0.07. Web safe color of #c3edeb is #ccffff. Color #c3edeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101101 11101011
Octal 303 355 353
Decimal 195 237 235
Hex C3 ED EB

RGB Percentages of Color #c3edeb

%29.24
%35.53
%35.23

CMYK Percentages of Color #c3edeb

%18
%0
%1
%7

Triadic Colors of #c3edeb

#c3edeb #ebc3ed #edebc3

Analogous Colors of #c3edeb

#c3edeb #c3daed #c3edd6

Monochromatic Colors of #c3edeb

#c3edeb

Complementary Color

#c3edeb #edc3c5

#c3edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3edeb Color CSS Codes

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

#c3edeb Text Font Color

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

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


#c3edeb Background Color

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

This div background color is #c3edeb


#c3edeb Border Color

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

This div border color is #c3edeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,237,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3edeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3edeb;
  -webkit-box-shadow: 1px 1px 3px 2px #c3edeb;
  box-shadow:         1px 1px 3px 2px #c3edeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,237,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 #c3edeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3edeb


Comments

No comments written yet.

Please login to write comment.