Color Hex Logo

#cbe275 Color Hex

#CBE275
(203,226,117)
0 Favorites   0 Comments

Color spaces of #cbe275

RGB 203226117
HSL0.200.650.67
HSV73°48°89°
CMYK 0.100.000.48   0.11
XYZ55.035868.373627.1263
Yxy68.37360.36560.4542
Hunter Lab82.6883-25.898338.4315
CIE-Lab86.1929-23.739950.3485

#cbe275 color RGB value is (203,226,117).

#cbe275 hex color red value is 203, green value is 226 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cbe275 hue: 0.20 , saturation: 0.65 and the lightness value of cbe275 is 0.67.

The process color (four color CMYK) of #cbe275 color hex is 0.10, 0.00, 0.48, 0.11. Web safe color of #cbe275 is #cccc66. Color #cbe275 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 01110101
Octal 313 342 165
Decimal 203 226 117
Hex CB E2 75

RGB Percentages of Color #cbe275

%37.18
%41.39
%21.43

CMYK Percentages of Color #cbe275

%10
%0
%48
%11

Triadic Colors of #cbe275

#cbe275 #75cbe2 #e275cb

Analogous Colors of #cbe275

#cbe275 #95e275 #e2c375

Monochromatic Colors of #cbe275

#cbe275

Complementary Color

#cbe275 #8c75e2

#cbe275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe275 Color CSS Codes

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

#cbe275 Text Font Color

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

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


#cbe275 Background Color

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

This div background color is #cbe275


#cbe275 Border Color

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

This div border color is #cbe275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe275


Comments

No comments written yet.

Please login to write comment.