Color Hex Logo

#cce5be Color Hex

#CCE5BE
(204,229,190)
0 Favorites   0 Comments

Color spaces of #cce5be

RGB 204229190
HSL0.270.430.82
HSV98°17°90°
CMYK 0.110.000.17   0.10
XYZ62.215472.593759.4481
Yxy72.59370.32030.3737
Hunter Lab85.2019-18.760718.2728
CIE-Lab88.2536-15.235516.2834

#cce5be color RGB value is (204,229,190).

#cce5be hex color red value is 204, green value is 229 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cce5be hue: 0.27 , saturation: 0.43 and the lightness value of cce5be is 0.82.

The process color (four color CMYK) of #cce5be color hex is 0.11, 0.00, 0.17, 0.10. Web safe color of #cce5be is #cccccc. Color #cce5be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100101 10111110
Octal 314 345 276
Decimal 204 229 190
Hex CC E5 BE

RGB Percentages of Color #cce5be

%32.74
%36.76
%30.50

CMYK Percentages of Color #cce5be

%11
%0
%17
%10

Triadic Colors of #cce5be

#cce5be #becce5 #e5becc

Analogous Colors of #cce5be

#cce5be #bee5c4 #e0e5be

Monochromatic Colors of #cce5be

#cce5be

Complementary Color

#cce5be #d7bee5

#cce5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce5be Color CSS Codes

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

#cce5be Text Font Color

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

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


#cce5be Background Color

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

This div background color is #cce5be


#cce5be Border Color

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

This div border color is #cce5be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,229,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cce5be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cce5be;
  -webkit-box-shadow: 1px 1px 3px 2px #cce5be;
  box-shadow:         1px 1px 3px 2px #cce5be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,229,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce5be


Comments

No comments written yet.

Please login to write comment.